Support injecting multiple object parameters into Style classes.

This commit is contained in:
Jürg Lehni 2011-11-18 20:08:54 +01:00
parent 4106cc3621
commit 44291fe33b

View file

@ -115,7 +115,7 @@ var Style = Item.extend({
return this[styleKey][get]();
};
}, {}));
return this.base(src);
return this.base.apply(this, arguments);
}
}
});