Fix FromObject

This commit is contained in:
Tom French 2014-07-04 10:52:12 +01:00
parent 42ce906e0d
commit 6fbd5df49c

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);
}
},
/**