Calculate group coordinates when initializing

This commit is contained in:
Tom French 2014-06-12 12:37:20 +01:00
parent cd4d8b2c17
commit b13e5763b6

View file

@ -63,6 +63,7 @@
extend(this, options);
}
this._setOpacityIfSame();
//this.setCoords();
this.saveCoords();
},