remove unused "originalState" var (#3836)

This commit is contained in:
ncou 2017-04-09 01:01:36 +02:00 committed by Asturur
parent 1c4f6188f2
commit 28729b3786

View file

@ -76,8 +76,6 @@
this._objects[i].group = this;
}
this.originalState = { };
if (options.originX) {
this.originX = options.originX;
}