Skip to content

Commit 45f7620

Browse files
committed
Fix jshint problem in test.
1 parent 7cafab3 commit 45f7620

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/unit/Combobox.js

+2
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ define([
365365
},
366366

367367
"widget.value, and change and input events (selectionMode=single)": function () {
368+
/* jshint eqeqeq: false */
368369
if (has("ie") == "10") {
369370
this.skip("Problem on Internet Explorer 10");
370371
}
@@ -449,6 +450,7 @@ define([
449450
},
450451

451452
"widget.value, and change and input events (selectionMode=multiple)": function () {
453+
/* jshint eqeqeq: false */
452454
if (has("ie") == "10") {
453455
this.skip("Problem on Internet Explorer 10");
454456
}

0 commit comments

Comments
 (0)