1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 13:14:58 +00:00

Actioneer won't blow up after saving model

This commit is contained in:
Mark McDowall 2013-09-04 17:24:46 -07:00
parent b2ab9c1547
commit f00c0f0cca

View file

@ -38,6 +38,8 @@ define(
},
_handlePromise: function (promise, options) {
var self = this;
promise.done(function () {
self._onSuccess(options);
});