##// END OF EJS Templates
Merge pull request #6549 from SylvainCorlay/some_update...
Jonathan Frederic -
r18010:9ad9bcb4 merge
parent child Browse files
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) {
272 on_some_change: function(keys, callback, context) {
273 // on__atomic_change(["key1", "key2"], foo, context) differs from
273 // on_some_change(["key1", "key2"], foo, context) differs from
274 // on("change:key1 change:key2", foo, context).
274 // on("change:key1 change:key2", foo, context).
275 // If the widget attributes key1 and key2 are both modified,
275 // If the widget attributes key1 and key2 are both modified,
276 // the second form will result in foo being called twice
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