fixed Tween regression

This commit is contained in:
Eric Rowell
2013-06-08 20:22:34 -07:00
parent c0c5868f31
commit 584eb5eddb

View File

@@ -218,7 +218,7 @@
* @memberof Kinetic.Tween.prototype
*/
pause: function() {
tween.pause();
this.tween.pause();
return this;
},
/**