Skip to content

Commit

Permalink
fix eslint err
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Feb 8, 2018
1 parent f4a266a commit fff4785
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/dummy/app/controllers/infinity-scrollable.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ let line = '<line x1="10" x2="50" y1="110" y2="150" stroke="orange" stroke-width
const images = [rect, circle, line];

export default Controller.extend({
viewportToleranceOverride: {
top: 1
init() {
this._super(...arguments);
this.viewportToleranceOverride = {
top: 1
}
},

actions: {
Expand Down

0 comments on commit fff4785

Please sign in to comment.