This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f2ef3944cd
Ghost
/
ghost
/
admin
/
app
/
services
/
upgrade-notification.js
6 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Switched from ember-cli-shims to new module imports (#779) no issue - add eslint-plugin-ember, configure no-old-shims rule - run `eslint --fix` on `app`, `lib`, `mirage`, and `tests` to move imports to the new module imports - further cleanup of Ember globals usage - remove event-dispatcher initializer now that `canDispatchToEventManager` is deprecated
2017-08-22 10:53:26 +03:00
import
Service
from
'@ember/service'
;
Added upgrade notification component to About page. (#102) - Picked some fixes https://github.com/TryGhost/Ghost/pull/5670/files - Destructured Ember properties - Removed unused imports and fixed unit test errors.
2016-07-16 01:58:35 +03:00
export
default
Service
.
extend
(
{
content
:
''
}
)
;
Reference in New Issue
Copy Permalink