##// END OF EJS Templates
Log save state callback failures
Jonathan Frederic -
Show More
@@ -43,7 +43,7 define([
43 43 if (save_callback) {
44 44 that.get_state(options).then(function(state) {
45 45 save_callback.call(that, state);
46 });
46 }).catch(utils.reject('Could not call widget save state callback.', true));
47 47 }
48 48 });
49 49 };
General Comments 0
You need to be logged in to leave comments. Login now