Skip to content

Commit 9c87794

Browse files
committed
Merge pull request #52 from reidlai/patch-1
still have trailing comma
2 parents 04af24e + 1fe92c5 commit 9c87794

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)