Ember.deprecate("Manipulating a Ember.ContainerView through its childViews property is deprecated. Please use the ContainerView instance itself as an Ember.MutableArray.");
Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@",[value]),value===null||value===undefined||type==='number'||type==='string'||type==='boolean');
Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@",[value]),value===null||value===undefined||type==='number'||type==='string'||type==='boolean');
Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@",[result]),result===null||result===undefined||typeofresult==='number'||typeofresult==='string'||typeofresult==='boolean');
Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@",[result]),result===null||result===undefined||typeofresult==='number'||typeofresult==='string'||typeofresult==='boolean');