mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped into easing
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user