Ghost/ghost/admin/app/components/gh-popover.js

8 lines
220 B
JavaScript
Raw Normal View History

import injectService from 'ember-service/inject';
import GhostDropdown from 'ghost-admin/components/gh-dropdown';
2014-09-29 15:17:27 +04:00
export default GhostDropdown.extend({
classNames: 'ghost-popover',
dropdown: injectService()
2014-09-29 15:17:27 +04:00
});