This commit is contained in:
error
2016-01-08 10:26:51 -06:00
261 changed files with 94259 additions and 2767 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ declare module JQueryUI {
delay?: number;
disabled?: boolean;
minLength?: number;
position?: string;
position?: any; // object
source?: any; // [], string or ()
}
@@ -1836,4 +1836,4 @@ interface JQueryEasingFunctions {
easeInBounce: JQueryEasingFunction;
easeOutBounce: JQueryEasingFunction;
easeInOutBounce: JQueryEasingFunction;
}
}