Actioneer won't blow up after saving model

pull/4/head
Mark McDowall 11 years ago
parent b2ab9c1547
commit f00c0f0cca

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

Loading…
Cancel
Save