mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
a47980149f
GH-ISSUE 2373
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
export default Ember.Component.extend({
|
|
tagName: 'li',
|
|
classNameBindings: ['active'],
|
|
active: false
|
|
});
|