mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7150 from jgsojo/master
Fix position type, string to any, in jQueryui autocompleteOptions
This commit is contained in:
Vendored
+1
-1
@@ -49,7 +49,7 @@ declare module JQueryUI {
|
||||
delay?: number;
|
||||
disabled?: boolean;
|
||||
minLength?: number;
|
||||
position?: string;
|
||||
position?: any; // object
|
||||
source?: any; // [], string or ()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user