mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
Fix test failures
This commit is contained in:
@@ -94,7 +94,7 @@ function JQueryStatic() {
|
||||
}
|
||||
|
||||
function step() {
|
||||
// $ExpectType PlainObject<AnimationHook<HTMLElement>>
|
||||
// $ExpectType PlainObject<AnimationHook<Node>>
|
||||
$.fx.step;
|
||||
}
|
||||
}
|
||||
@@ -3375,10 +3375,10 @@ function JQuery() {
|
||||
}
|
||||
]);
|
||||
|
||||
// $ExpectType Queue<HTMLElement>
|
||||
// $ExpectType Queue<Node>
|
||||
$('p').queue('myQueue');
|
||||
|
||||
// $ExpectType Queue<HTMLElement>
|
||||
// $ExpectType Queue<Node>
|
||||
$('p').queue();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user