set ButtonOptions.text to type string|boolean

This commit is contained in:
error
2015-09-11 13:25:58 -05:00
parent 14b6d0855a
commit 72e519f0ab
+1 -1
View File
@@ -86,7 +86,7 @@ declare module JQueryUI {
disabled?: boolean;
icons?: any;
label?: string;
text?: string;
text?: string|boolean;
click?: (event?: Event) => void;
}