changeProperties (callback, binding) private
Defined in packages/ember-metal/lib/property_events.js:226
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 []