Log save state callback failures

Jonathan Frederic 11 years ago
parent db62a210e7
commit a53f4cc9dd

@ -43,7 +43,7 @@ define([
if (save_callback) {
that.get_state(options).then(function(state) {
save_callback.call(that, state);
});
}).catch(utils.reject('Could not call widget save state callback.', true));
}
});
};

Loading…
Cancel
Save