Merge pull request #7150 from jgsojo/master

Fix position type, string to any, in jQueryui autocompleteOptions
This commit is contained in:
Masahiro Wakame
2015-12-23 17:52:55 +09:00
+1 -1
View File
@@ -49,7 +49,7 @@ declare module JQueryUI {
delay?: number;
disabled?: boolean;
minLength?: number;
position?: string;
position?: any; // object
source?: any; // [], string or ()
}