##// END OF EJS Templates
on_atomic_change -> on_some_change
Sylvain Corlay -
Show More
@@ -269,8 +269,8 b' define(["widgets/js/manager",'
269 269 }
270 270 },
271 271
272 on_atomic_change: function(keys, callback, context) {
273 // on__atomic_change(["key1", "key2"], foo, context) differs from
272 on_some_change: function(keys, callback, context) {
273 // on_some_change(["key1", "key2"], foo, context) differs from
274 274 // on("change:key1 change:key2", foo, context).
275 275 // If the widget attributes key1 and key2 are both modified,
276 276 // the second form will result in foo being called twice
General Comments 0
You need to be logged in to leave comments. Login now