Things should be functions in tests for 'jqueryui'.

This commit is contained in:
Daniel Rosenwasser
2015-08-12 15:52:46 -07:00
parent 29e90320fb
commit a19db768d1
+2 -2
View File
@@ -1596,8 +1596,8 @@ function test_spinner() {
});
$("#lat, #lng").spinner({
step: .001,
change: 123,
stop: 321
change() { },
stop() { },
});
$("#spinner").spinner({
spin: function (event, ui) {