Add more jQuery method overloads

This commit is contained in:
Boris Yankov
2012-11-08 05:43:14 +02:00
parent 5bb3ee0cb1
commit c1a5e73527
+2
View File
@@ -372,6 +372,7 @@ interface JQuery {
height(): number;
height(value: number): JQuery;
height(value: string): JQuery;
height(func: (index: any, height: any) => any): JQuery;
innerHeight(): number;
@@ -394,6 +395,7 @@ interface JQuery {
width(): number;
width(value: number): JQuery;
width(value: string): JQuery;
width(func: (index: any, height: any) => any): JQuery;
/****