diff --git a/UI/Shared/Actioneer.js b/UI/Shared/Actioneer.js index 847e8cec4..de9fcef8f 100644 --- a/UI/Shared/Actioneer.js +++ b/UI/Shared/Actioneer.js @@ -38,6 +38,8 @@ define( }, _handlePromise: function (promise, options) { + var self = this; + promise.done(function () { self._onSuccess(options); });