changeset 352 | d8a8c57f36c4 |
parent 347 | 9779512454af |
child 454 | 710a2ae08a74 |
--- 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')); } },