Merge pull request #860 from YusukeHirao/master

A function support for 'jQuery.Animation'
This commit is contained in:
Boris Yankov
2013-08-26 15:04:31 -07:00

3
jquery/jquery.d.ts vendored
View File

@@ -374,6 +374,9 @@ 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;
}
/*