equal
deleted
inserted
replaced
16 this.toggleVideoscreen(this.get('model').get('video')); |
16 this.toggleVideoscreen(this.get('model').get('video')); |
17 }), |
17 }), |
18 |
18 |
19 displayAdditionalInformation: function(el) { |
19 displayAdditionalInformation: function(el) { |
20 if(el === 'video') { |
20 if(el === 'video') { |
|
21 console.log('toggleVideoscreen'); |
21 this.toggleVideoscreen(); |
22 this.toggleVideoscreen(); |
22 } else { |
23 } else { |
23 if(this.get('window') !== el) { |
24 if(this.get('window') !== el) { |
24 this.displayMetadata(el); |
25 this.displayMetadata(el); |
25 } else { |
26 } else { |