We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694cd36 commit a51e2e8Copy full SHA for a51e2e8
.jshintrc
@@ -4,6 +4,7 @@
4
"asi": false,
5
"bitwise": true,
6
"boss": false,
7
+ "esversion": 6,
8
"eqeqeq": true,
9
"evil": false,
10
"forin": false,
tests/javaRosa.js
@@ -183,7 +183,7 @@ define([
183
'<output value="#form/question1" />'],
184
['<output></output>', '<output value="#form/question1" ></output>',
185
'<output value="#form/question1" />']
186
- ]
+ ];
187
188
_.each(items, function (item) {
189
it("for: " + item[0], function () {
0 commit comments