diff -r c69dcc3b0524 -r d8a8c57f36c4 cms/app-client/app/components/transcript-component.js --- a/cms/app-client/app/components/transcript-component.js Tue Oct 18 14:38:20 2016 +0530 +++ b/cms/app-client/app/components/transcript-component.js Tue Oct 18 14:42:01 2016 +0530 @@ -36,7 +36,7 @@ Ember.$('#' + self.elementId).parent().on('scroll', Ember.run.bind(self, self.onScroll)); }, 100); }); - this.set('previousElement', target.attr('data-ember-action')) + this.set('previousElement', target.attr('data-ember-action')); } },