mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
a47980149f
GH-ISSUE 2373
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
|
|
var GhostPopover = Ember.Component.extend({
|
|
classNames: 'ghost-popover',
|
|
classNameBindings: ['open'],
|
|
open: false
|
|
});
|
|
|
|
export default GhostPopover;
|