From 72e519f0ab1ca53b7b6c071e43cde63702d08575 Mon Sep 17 00:00:00 2001 From: error Date: Fri, 11 Sep 2015 13:25:58 -0500 Subject: [PATCH] set ButtonOptions.text to type string|boolean --- 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 5dadfa38b..a5f77eade 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?: string; + text?: string|boolean; click?: (event?: Event) => void; }