Skip to content

Commit 44fc512

Browse files
author
Rafael J. Staib
committed
Remove a unnecessary comma
1 parent dc0e83b commit 44fc512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ module.exports = function (grunt)
3939
files: ['test/index.html']
4040
},
4141
jshint: {
42-
files: ['<%= pkg.folders.dist %>/jquery.steps.js'],
4342
options: {
4443
curly: true,
4544
eqeqeq: true,
@@ -55,8 +54,9 @@ module.exports = function (grunt)
5554
jQuery: true,
5655
$: true,
5756
console: true
58-
},
57+
}
5958
},
59+
files: ['<%= pkg.folders.dist %>/jquery.steps.js'],
6060
test: {
6161
options: {
6262
globals: {

0 commit comments

Comments
 (0)