Style should not be inheriting form Item, but Base instead!

How could we oversee this one?
This commit is contained in:
Jürg Lehni 2013-02-14 21:32:32 -08:00
parent 741c0b7855
commit a17068fd42

View file

@ -18,7 +18,7 @@
*
* @private
*/
var Style = Item.extend({
var Style = Base.extend({
initialize: function(style) {
// If the passed style object is also a Style, clone its clonable
// fields rather than simply copying them.