Fix for 4427. Per Scott G; Widgets cannot presently have getters and setters with the same name. Scott's changes to the widget factory enable this and will be merged soon.

This commit is contained in:
Andrew Powell
2009-04-12 22:05:53 +00:00
parent a4065729e2
commit 5a2ca0e637

View File

@@ -106,7 +106,8 @@ $.extend($.ui.progressbar, {
version: "@VERSION",
defaults: {
value: 0
}
},
getter: "value"
});
})(jQuery);