Ghost/core/client/app/helpers
Kevin Ansfield 3f361f8742 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
..
gh-count-characters.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-count-down-characters.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-count-words.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-format-html.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-format-markdown.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-format-timeago.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
gh-path.js Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-user-can-admin.js Change permissions for team area 2015-07-03 20:06:45 +01:00
is-equal.js Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
is-not.js Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
read-path.js Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00