From 337a1387f0eb9373b4d4437b24ce45ef915ddd6a Mon Sep 17 00:00:00 2001 From: error Date: Thu, 3 Sep 2015 12:37:36 -0500 Subject: [PATCH] change ButtonOptions text property to string --- jqueryui/jqueryui.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index dbf6161b5..5dadfa38b 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -86,7 +86,7 @@ declare module JQueryUI { disabled?: boolean; icons?: any; label?: string; - text?: boolean; + text?: string; click?: (event?: Event) => void; }