Skip to content

Commit fbdd36c

Browse files
author
Josh Leeb-du Toit
committed
Removed unneeded comma
1 parent 1b405ce commit fbdd36c

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
@@ -29,7 +29,7 @@ module.exports = function (grunt) {
2929

3030
karma: {
3131
options: {
32-
configFile: 'karma.conf.js',
32+
configFile: 'karma.conf.js'
3333
},
3434
unit: {
3535
browsers: ['PhantomJS'],

0 commit comments

Comments
 (0)