equal
deleted
inserted
replaced
99 this.get('player').set('item', item); |
99 this.get('player').set('item', item); |
100 }, |
100 }, |
101 |
101 |
102 setTime: function(event) { |
102 setTime: function(event) { |
103 this.get('popcorn').currentTime(event.layerX * this.get('popcorn').duration() / Ember.$(event.target).width()); |
103 this.get('popcorn').currentTime(event.layerX * this.get('popcorn').duration() / Ember.$(event.target).width()); |
|
104 }, |
|
105 |
|
106 display: function(el) { |
|
107 this.get('player').display(el); |
104 } |
108 } |
105 |
109 |
106 } |
110 } |
107 }); |
111 }); |