fixed errors in tests.

This commit is contained in:
Daniel Rosenwasser
2015-08-17 14:43:51 -07:00
parent dee433d5d1
commit a3f73092d3
2 changed files with 30 additions and 9 deletions
+4 -1
View File
@@ -54,7 +54,10 @@ declare module JQueryUI {
}
interface AutocompleteUIParams {
/**
* The item selected from the menu, if any. Otherwise the property is null
*/
item?: any;
}
interface AutocompleteEvent {