emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

improve computed isGrid to native function #221

Closed AmilKey closed 9 years ago

stefanpenner commented 9 years ago

left a comment but still +1

AmilKey commented 9 years ago

@stefanpenner updated, added readOnly

jonnii commented 9 years ago

@stefanpenner totally off topic, but I always assumed that Ember.computed.* properties were readOnly. Other than causing an error if you try to set it, are there any other advantages to marking a property as readOnly?