Pass event to "object:rotating" callback

This commit is contained in:
kangax 2013-01-29 16:37:38 +01:00
parent 3b10cb0db9
commit 42c857c18c

View file

@ -350,7 +350,8 @@
this._rotateObject(x, y);
this.fire('object:rotating', {
target: this._currentTransform.target
target: this._currentTransform.target,
e: e
});
this._currentTransform.target.fire('rotating');
}