cms/app-client/app/components/transcript-component.js
changeset 347 9779512454af
parent 345 4b66390442fd
child 454 710a2ae08a74
equal deleted inserted replaced
346:4cd0f8c936ed 347:9779512454af
    34             }, 150, 'swing', function() {
    34             }, 150, 'swing', function() {
    35                 setTimeout(function() {
    35                 setTimeout(function() {
    36                     Ember.$('#' + self.elementId).parent().on('scroll', Ember.run.bind(self, self.onScroll));
    36                     Ember.$('#' + self.elementId).parent().on('scroll', Ember.run.bind(self, self.onScroll));
    37                 }, 100);
    37                 }, 100);
    38             });
    38             });
    39             this.set('previousElement', target.attr('data-ember-action'))
    39             this.set('previousElement', target.attr('data-ember-action'));
    40         }
    40         }
    41     },
    41     },
    42 
    42 
    43     actions: {
    43     actions: {
    44 
    44