Show More
@@ -269,8 +269,8 b' define(["widgets/js/manager",' | |||||
269 | } |
|
269 | } | |
270 | }, |
|
270 | }, | |
271 |
|
271 | |||
272 |
on_ |
|
272 | on_some_change: function(keys, callback, context) { | |
273 |
// on_ |
|
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