Bugfixes on definitions

This commit is contained in:
LCHProducciones
2015-05-27 19:43:27 -03:00
parent c69783e663
commit 4e99d96891
+2 -1
View File
@@ -447,8 +447,9 @@ declare module MagicSuggest {
/**
* Sets the current selection with the JSON items provided
* @param items
* @param isSilent - (optional)
*/
setSelection(items: Array<any>): void;
setSelection(items: Array<any>, isSilet?: boolean): void;
/**
* Sets a value for the combo box. Value must be an array of values with data type matching valueField one.