Remove private `Ember.TargetActionSupport` usage

This commit is contained in:
Robin Ward 2016-11-21 11:34:31 -05:00
parent 1de28ce8be
commit 24fb060f50
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import Scrolling from 'discourse/mixins/scrolling';
import { on } from 'ember-addons/ember-computed-decorators'; import { on } from 'ember-addons/ember-computed-decorators';
// Provides the ability to load more items for a view which is scrolled to the bottom. // Provides the ability to load more items for a view which is scrolled to the bottom.
export default Ember.Mixin.create(Ember.ViewTargetActionSupport, Scrolling, { export default Ember.Mixin.create(Scrolling, {
scrolled() { scrolled() {
const eyeline = this.get('eyeline'); const eyeline = this.get('eyeline');