Skip to content

Commit b4ea772

Browse files
committed
Strings must use singlequote
1 parent 0a6673b commit b4ea772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/js/rwd-table.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
addFocusBtn: true, // should it have a focus button?
104104
focusBtnIcon: 'glyphicon glyphicon-screenshot',
105105
i18n: {
106-
focus : "Focus",
107-
display : "Display",
108-
displayAll: "Display all"
106+
focus : 'Focus',
107+
display : 'Display',
108+
displayAll: 'Display all'
109109
}
110110
};
111111

0 commit comments

Comments
 (0)