mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
0e9d4e6792
Refs #4001 - grunt-jscs@0.8.1 which provides ES6 support.
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
import GhostDropdown from 'ghost/components/gh-dropdown';
|
|
|
|
var GhostPopover = GhostDropdown.extend({
|
|
classNames: 'ghost-popover'
|
|
});
|
|
|
|
export default GhostPopover;
|