equal
deleted
inserted
replaced
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 |