1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/controllers
Kevin Ansfield a51fcba8cb
Don't destructure Ember.testing (#933)
no issue
- `Ember.testing` is or will soon be a getter/setter in Ember with the value set during a test, however destructuring will read the value when the module is evaluated
- moves all uses of `Ember.testing` inline
2018-01-02 10:19:59 +00:00
..
editor Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
settings Don't destructure Ember.testing (#933) 2018-01-02 10:19:59 +00:00
setup Bump ember-ajax dependency (#902) 2017-11-03 22:59:39 +00:00
team Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
about.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
application.js Use computed property brace expansion 2017-11-25 09:49:49 +00:00
error.js Fix Ember deprecations and warnings (#895) 2017-10-13 16:39:49 +07:00
posts-loading.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
posts.js Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
reset.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
setup.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
signin.js Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
signup.js Bump ember-ajax dependency (#902) 2017-11-03 22:59:39 +00:00
subscribers.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00