Skip to content

Commit ddff678

Browse files
committed
Progressbar: Removed getter property.
1 parent cedf663 commit ddff678

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ui/ui.progressbar.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ $.extend($.ui.progressbar, {
111111
version: "@VERSION",
112112
defaults: {
113113
value: 0
114-
},
115-
getter: "value"
114+
}
116115
});
117116

118117
})(jQuery);

0 commit comments

Comments
 (0)