webix.ui.form.getValues return any instead of any[] : see http://docs.webix.com/api__link__ui.form_getvalues.html

This commit is contained in:
Pascal Thomet
2015-04-15 13:54:29 +02:00
parent ed38db403a
commit d633851cb8
+1 -1
View File
@@ -3202,7 +3202,7 @@ interface form extends webix.ui.baseview{
getParentView():any;
getScrollState():any;
getTopParentView():webix.ui.baseview;
getValues(details?:any):any[];
getValues(details?:any):any;
hasEvent(name:string):boolean;
hide():void;
index(obj:any):number;