author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 05 Jul 2016 01:30:27 +0200 | |
changeset 227 | 5c9250f55f4b |
parent 218 | 38e1a1446319 |
child 242 | 523ca6e73353 |
permissions | -rw-r--r-- |
import Ember from 'ember'; export default Ember.Service.extend(Ember.Evented, { items: [], item: null, model: null, window: '', // Values are 'notice' or 'transcript' or '' init: function() { this.on('reset', Ember.run.bind(this, this.get('reset'))); }, reset: function(id) { this.set('item', id); }, playing: false });