SC
Size: a a a
SC
RD
RD
SC
SC
RD
l(
l(
SC
l(
foo: Ember.computed('someKey', 'otherKey', function() {
var someKey = this.get('someKey');
var otherKey = this.get('otherKey');
// Do Stuff
})
@computed('someKey', 'otherKey')
foo (someKey, otherKey) {
// Do Stuff
}
RD
SФ
l(
SФ
l(
SФ
l(
SФ
SФ
l(