mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fix position type, string to any, in jQueryui autocompleteOptions
https://api.jqueryui.com/autocomplete/#option-position
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