Fix code style errors

This commit is contained in:
KJ Tsanaktsidis 2015-02-27 15:12:15 +11:00
parent f16bf53763
commit cf92898071

View file

@ -1112,7 +1112,7 @@
}
//Undo the damage we did by changing all of its properties
this._unwindGroupTransformOnObject(instance, originalProperties)
this._unwindGroupTransformOnObject(instance, originalProperties);
return object;
},
@ -1305,7 +1305,6 @@
* @private
*/
_setSVGObjects: function(markup, reviver) {
var selectionGroup = this.getActiveGroup();
for (var i = 0, objects = this.getObjects(), len = objects.length; i < len; i++) {
var instance = objects[i],
//If the object is in a selection group, simulate what would happen to that