diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js index 2c4b0ef23..60f329a57 100644 --- a/js/ui/windowManager.js +++ b/js/ui/windowManager.js @@ -296,7 +296,8 @@ WindowManager.prototype = { y: yDest, time: SWITCH_ANIMATION_TIME, transition: "easeOutBack", - onComplete: this._switchWorkspaceDone + onComplete: this._switchWorkspaceDone, + onCompleteScope: this }); Tweener.addTween(switchData.inGroup, { x: 0,