mattmcmanus / atom-ember-snippets

Ember.js ES6 snippets for Atom
https://atom.io/packages/ember-snippets
MIT License
38 stars 22 forks source link

Rename Ember Computed prefix from 'property' to 'computed' #10

Closed locks closed 9 years ago

locks commented 9 years ago

While you're declaring a computed property with Ember.computed() I think it makes more sense to mirror the other snippets:

seifsallam commented 9 years ago

Yeah, I agree.