mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-24 13:00:46 +08:00
jQuery: removed undocumented properties
This commit is contained in:
Vendored
-4
@@ -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