Ghost/ghost/admin/app/models
Kevin Ansfield 5c9a824d53 Standardize on var-less export default across ember app
no issue
- drops the `var Foo = Ember.Thing.extend({}); export default Foo;` syntax in favour of exporting directly, eg: `export default Ember.Thing.extend({})`
- discussion on this change [here](https://github.com/TryGhost/Ghost/pull/5340#issuecomment-105828423) and [here](https://github.com/TryGhost/Ghost/pull/5694#discussion-diff-37511606)
2015-10-06 10:59:50 +01:00
..
notification.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
post.js Fix new tags disappearing in PSM when saving post 2015-08-25 23:53:19 +01:00
role.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
setting.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
slug-generator.js Use Ember.inject instead of needs and initializers 2015-05-27 07:41:42 -05:00
tag.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
user.js update Ember to 1.12.1/ember-data to 1.0.0-beta.18 2015-06-02 22:26:16 -06:00