Fix FromObject

This commit is contained in:
Tom French 2014-07-04 10:52:12 +01:00
parent 09186c141b
commit 77811aa4bc

View file

@ -59,14 +59,14 @@
this.originalState = { };
this.callSuper('initialize');
if (options) {
extend(this, options);
}
this._setOpacityIfSame();
this._calcBounds();
this._updateObjectsCoords();
this.setCoords();
this.saveCoords();
if (options) {
extend(this, options);
}
},
/**