Merge pull request #480 from hrj/jqueryFix

Declare JQuery.html(JQuery)
This commit is contained in:
Diullei Gomes
2013-04-16 04:37:55 -07:00
+1
View File
@@ -402,6 +402,7 @@ interface JQuery {
html(): string;
html(htmlString: string): JQuery;
html(htmlContent: (index: number, oldhtml: string) => string): JQuery;
html(JQuery): JQuery;
prop(propertyName: string): any;
prop(propertyName: string, value: any): JQuery;