Skip to content

Commit

Permalink
JSHint: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Mar 30, 2017
1 parent 4442a58 commit b1cfb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions addon/components/ember-scrollable.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const {
scheduleOnce,
debounce,
throttle
},
$
}
} = Ember;

const hideDelay = Ember.testing ? 16 : 1000;
Expand Down
3 changes: 2 additions & 1 deletion addon/services/scrollbar-thickness.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import Ember from 'ember';

const {
computed,
Service
Service,
$
} = Ember;

export default Service.extend({
Expand Down

0 comments on commit b1cfb39

Please sign in to comment.