浏览代码

extra comma removed

grunt jshint:grunt is now happy
Herbert Vojčík 9 年之前
父节点
当前提交
8f73937b01
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -27,7 +27,7 @@ module.exports = function(grunt) {
           export_var: 'globals.SmalltalkParser'
         },
         src: 'support/parser.pegjs',
-        dest: 'support/parser.js',
+        dest: 'support/parser.js'
       }
     },