mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
'start' should be a function in tests for 'jqueryui'.
This commit is contained in:
@@ -1582,7 +1582,7 @@ function test_spinner() {
|
||||
min: 5,
|
||||
max: 2500,
|
||||
step: 25,
|
||||
start: 1000,
|
||||
start: function () { return; },
|
||||
numberFormat: "C"
|
||||
});
|
||||
$("#spinner").spinner({
|
||||
|
||||
Reference in New Issue
Block a user