changeProperties (callback, binding) private
Make a series of property changes together in an exception-safe way.
1 2 3 4 | Ember.changeProperties( function () { obj1.set( 'foo' , mayBlowUpWhenSet); obj2.set( 'bar' , baz); }); |
Parameters:
-
callback
Function
-
binding
[]
Please login to continue.