changeset 248 | 256272c33349 |
parent 247 | 7a5d729992b8 |
child 249 | e4204b1a579a |
247:7a5d729992b8 | 248:256272c33349 |
---|---|
25 |
25 |
26 actions: { |
26 actions: { |
27 |
27 |
28 play: function(progress) { |
28 play: function(progress) { |
29 this.get('player').set('progress', progress); |
29 this.get('player').set('progress', progress); |
30 this.get('player').set('playing', true); |
|
30 } |
31 } |
31 |
32 |
32 } |
33 } |
33 |
34 |
34 }); |
35 }); |