0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/components/gh-activating-list-item.js
2014-05-28 15:26:16 -04:00

5 lines
116 B
JavaScript

export default Ember.Component.extend({
tagName: 'li',
classNameBindings: ['active'],
active: false
});