equal
deleted
inserted
replaced
6 item: null, |
6 item: null, |
7 model: null, |
7 model: null, |
8 |
8 |
9 window: '', |
9 window: '', |
10 playing: false, |
10 playing: false, |
11 progress: 0, |
11 progress: 0, // In Milliseconds |
|
12 progressObserver: Ember.observer('progress', function() { |
|
13 console.log('Ember.observer progress'); |
|
14 }), |
12 reduce: false, |
15 reduce: false, |
13 |
16 |
14 init: function() { |
17 init: function() { |
15 this.on('reset', Ember.run.bind(this, this.get('reset'))); |
18 this.on('reset', Ember.run.bind(this, this.get('reset'))); |
16 }, |
19 }, |