##// END OF EJS Templates
Fixed, set on recieve update triggering echos.
Jonathan Frederic -
Show More
@@ -94,7 +94,7 b' function(WidgetManager, _, Backbone){'
94 _.each(state, function(value, key) {
94 _.each(state, function(value, key) {
95 that.key_value_lock = [key, value];
95 that.key_value_lock = [key, value];
96 try {
96 try {
97 that.set(key, that._unpack_models(value));
97 WidgetModel.__super__.set.apply(that, [key, that._unpack_models(value)]);
98 } finally {
98 } finally {
99 that.key_value_lock = null;
99 that.key_value_lock = null;
100 }
100 }
General Comments 0
You need to be logged in to leave comments. Login now