Skip to content

Commit

Permalink
add Hammer to jshint globals
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Jan 31, 2016
1 parent d5fed29 commit c239f48
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"predef": [
"document",
"window",
"-Promise"
"-Promise",
"Hammer"
],
"browser": true,
"boss": true,
Expand Down
1 change: 0 additions & 1 deletion addon/mixins/recognizers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global Hammer */
import Ember from 'ember';

const {
Expand Down
2 changes: 0 additions & 2 deletions addon/recognizers/vertical-pan.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global Hammer */

export default {
include: [],
exclude: [],
Expand Down
1 change: 0 additions & 1 deletion addon/recognizers/vertical-swipe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*global Hammer*/
export default {
include: [],
exclude: [],
Expand Down
1 change: 0 additions & 1 deletion addon/services/-gestures.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global Hammer */
import Ember from 'ember';
import camelize from 'ember-allpurpose/string/dasherized-to-camel';
import capitalize from 'ember-allpurpose/string/capitalize-word';
Expand Down

0 comments on commit c239f48

Please sign in to comment.