Skip to content

Commit 215c5dd

Browse files
committed
only jshint against src file
1 parent dce320a commit 215c5dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(grunt) {
66
options: {
77
jshintrc: '.jshintrc'
88
},
9-
all: ['*.js']
9+
all: ['jquery.mousewheel.js']
1010
},
1111
uglify: {
1212
options: {

jquery.mousewheel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
var special = $.event.special.mousewheel = {
35-
version: '3.1.9',
35+
version: '3.1.10-pre',
3636

3737
setup: function() {
3838
if ( this.addEventListener ) {

jquery.mousewheel.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)