Packages/lsd-widgets/Source/Progress.js in lsd_rails-0.1.2 vs Packages/lsd-widgets/Source/Progress.js in lsd_rails-0.1.3
- old
+ new
@@ -20,10 +20,10 @@
LSD.Widget.Progress = new Class({
options: {
tag: 'progress',
inline: null,
- pseudos: Array.fast('value'),
+ pseudos: Array.object('value'),
events: {
_initial: {
self: {
build: function() {
if (!('value' in this.attributes)) this.setAttribute('value', 0)
\ No newline at end of file