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