Skip to content

Commit ac04059

Browse files
committed
removed extra comma (fixing the build)
1 parent b3eac35 commit ac04059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function (grunt) {
3535
'src/urlRouter.js',
3636
'src/state.js',
3737
'src/viewDirective.js',
38-
'src/compat.js',
38+
'src/compat.js'
3939
],
4040
dest: '<%= builddir %>/<%= pkg.name %>.js'
4141
}

0 commit comments

Comments
 (0)