Closed lordblendi closed 7 years ago
If there are no attributes, the generated code was stringRep: Ember.computed.collect.apply(this,['id',''])
stringRep: Ember.computed.collect.apply(this,['id',''])
This was fixed to generate stringRep: Ember.computed.collect.apply(this,['id'])
stringRep: Ember.computed.collect.apply(this,['id'])
If there are no attributes, the generated code was
stringRep: Ember.computed.collect.apply(this,['id',''])
This was fixed to generate
stringRep: Ember.computed.collect.apply(this,['id'])