Skip to content

Commit

Permalink
👔 fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 19, 2021
1 parent 12ca19d commit 2b36649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ module.exports = {
'no-var': 'off',
strict: 'off',
},
ignorePatterns: [ 'bower_components' ],
};
3 changes: 0 additions & 3 deletions js/drag.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ proto._touchActionValue = 'pan-y';

// -------------------------- -------------------------- //

var isTouch = 'createTouch' in document;
var isTouchmoveScrollCanceled = false;

proto._createDrag = function() {
this.on( 'activate', this.onActivateDrag );
this.on( 'uiChange', this._uiChangeDrag );
Expand Down

0 comments on commit 2b36649

Please sign in to comment.