mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Things should be functions in tests for 'jqueryui'.
This commit is contained in:
@@ -1596,8 +1596,8 @@ function test_spinner() {
|
||||
});
|
||||
$("#lat, #lng").spinner({
|
||||
step: .001,
|
||||
change: 123,
|
||||
stop: 321
|
||||
change() { },
|
||||
stop() { },
|
||||
});
|
||||
$("#spinner").spinner({
|
||||
spin: function (event, ui) {
|
||||
|
||||
Reference in New Issue
Block a user