Skip to content

Commit 1fe92c5

Browse files
committed
still have trailing comma
found the line of "span"property still have trailing comma
1 parent 04af24e commit 1fe92c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = function(grunt) {
4444
files: ['jquery.jgrowl.js', 'less/*'],
4545
tasks: ['jshint', 'less', 'cssmin', 'uglify'],
4646
options: {
47-
spawn: false,
47+
spawn: false
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)