From 84ef6b154838451339e4d13787a564d245e2a12a Mon Sep 17 00:00:00 2001 From: Vlad Kuimov Date: Mon, 6 Jul 2015 15:41:48 +0300 Subject: [PATCH] Update jqueryui.d.ts --- 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 26e2d6cdc..10a4e7159 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -507,7 +507,7 @@ declare module JQueryUI { interface ProgressbarOptions { disabled?: boolean; - value?: number; + value?: number | boolean; } interface ProgressbarUIParams {