changeset 373 | e952c8a31a2b |
parent 254 | a7cf2887e993 |
child 414 | 5c6c526a7fc1 |
363:eac9e4eb75c7 | 373:e952c8a31a2b |
---|---|
7 classNames: ['toolbar-component'], |
7 classNames: ['toolbar-component'], |
8 |
8 |
9 actions: { |
9 actions: { |
10 |
10 |
11 display: function(el) { |
11 display: function(el) { |
12 console.log('toolbar display func'); |
|
12 this.get('player').displayAdditionalInformation(el); |
13 this.get('player').displayAdditionalInformation(el); |
13 } |
14 } |
14 |
15 |
15 } |
16 } |
16 |
17 |