Skip to content

Commit

Permalink
Fix for 4427. Per Scott G; Widgets cannot presently have getters and …
Browse files Browse the repository at this point in the history
…setters with the same name. Scott's changes to the widget factory enable this and will be merged soon.
  • Loading branch information
Andrew Powell committed Apr 12, 2009
1 parent a406572 commit 5a2ca0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/ui.progressbar.js
Expand Up @@ -106,7 +106,8 @@ $.extend($.ui.progressbar, {
version: "@VERSION",
defaults: {
value: 0
}
},
getter: "value"
});

})(jQuery);

0 comments on commit 5a2ca0e

Please sign in to comment.