mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
jQuery: removed undocumented properties
This commit is contained in:
@@ -448,11 +448,6 @@ function test_toggle() {
|
||||
});
|
||||
}
|
||||
|
||||
function test_easing() {
|
||||
var result: number = $.easing.linear(3);
|
||||
var result: number = $.easing.swing(3);
|
||||
}
|
||||
|
||||
function test_append() {
|
||||
$('.inner').append('<p>Test</p>');
|
||||
$('.container').append($('h2'));
|
||||
|
||||
4
jquery/jquery.d.ts
vendored
4
jquery/jquery.d.ts
vendored
@@ -1062,10 +1062,6 @@ interface JQueryStatic {
|
||||
* @param keepScripts A Boolean indicating whether to include scripts passed in the HTML string
|
||||
*/
|
||||
parseHTML(data: string, context?: HTMLElement, keepScripts?: boolean): any[];
|
||||
|
||||
Animation(elem: any, properties: any, options: any): any;
|
||||
|
||||
easing: JQueryEasing;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user