'start' should be a function in tests for 'jqueryui'.

This commit is contained in:
Daniel Rosenwasser
2015-08-12 15:52:00 -07:00
parent a9d5865d79
commit 29e90320fb
+1 -1
View File
@@ -1582,7 +1582,7 @@ function test_spinner() {
min: 5,
max: 2500,
step: 25,
start: 1000,
start: function () { return; },
numberFormat: "C"
});
$("#spinner").spinner({