Update jqueryui.d.ts

This commit is contained in:
Vlad Kuimov
2015-07-06 15:42:57 +03:00
parent 2fe8a6fda2
commit 84ef6b1548
+1 -1
View File
@@ -507,7 +507,7 @@ declare module JQueryUI {
interface ProgressbarOptions {
disabled?: boolean;
value?: number;
value?: number | boolean;
}
interface ProgressbarUIParams {