Remove private `Ember.TargetActionSupport` usage
This commit is contained in:
parent
1de28ce8be
commit
24fb060f50
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue