change ButtonOptions text property to string

This commit is contained in:
error
2015-09-03 13:01:22 -05:00
parent 3cdf49b241
commit 337a1387f0
+1 -1
View File
@@ -86,7 +86,7 @@ declare module JQueryUI {
disabled?: boolean;
icons?: any;
label?: string;
text?: boolean;
text?: string;
click?: (event?: Event) => void;
}