Skip to content

Commit ad8d94c

Browse files
committed
Fix trailing commas, issue #48
1 parent 43b917d commit ad8d94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
1111
files: {
1212
'jquery.jgrowl.min.js': ['jquery.jgrowl.js']
1313
}
14-
},
14+
}
1515
},
1616
less: {
1717
jgrowl: {
@@ -45,8 +45,8 @@ module.exports = function(grunt) {
4545
tasks: ['jshint', 'less', 'cssmin', 'uglify'],
4646
options: {
4747
spawn: false,
48-
},
49-
},
48+
}
49+
}
5050
}
5151
});
5252

0 commit comments

Comments
 (0)