Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 565cbbd

Browse files
committed
Remove extra commas from Gruntfile
1 parent ba096a9 commit 565cbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ module.exports = function(grunt) {
9595
configFile: 'tests/automatic_karma.conf.js'
9696
},
9797
manual: {
98-
configFile: 'tests/manual_karma.conf.js',
98+
configFile: 'tests/manual_karma.conf.js'
9999
},
100100
singlerun: {},
101101
watch: {
102102
autowatch: true,
103-
singleRun: false,
103+
singleRun: false
104104
},
105105
saucelabs: {
106106
configFile: 'tests/sauce_karma.conf.js'

0 commit comments

Comments
 (0)