Skip to content

Commit

Permalink
Fix jshint missing semicolon (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden authored and poteto committed Aug 25, 2016
1 parent 3bc70ca commit 77763f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/initializers/viewport-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (canUseDOM) {
defaultConfig.viewportListeners.push({
context: document,
event: 'touchmove.scrollable'
})
});
}

const { merge } = Ember;
Expand Down

0 comments on commit 77763f0

Please sign in to comment.