We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cafab3 commit 45f7620Copy full SHA for 45f7620
tests/unit/Combobox.js
@@ -365,6 +365,7 @@ define([
365
},
366
367
"widget.value, and change and input events (selectionMode=single)": function () {
368
+ /* jshint eqeqeq: false */
369
if (has("ie") == "10") {
370
this.skip("Problem on Internet Explorer 10");
371
}
@@ -449,6 +450,7 @@ define([
449
450
451
452
"widget.value, and change and input events (selectionMode=multiple)": function () {
453
454
455
456
0 commit comments