Explorar o código

extra comma removed

grunt jshint:grunt is now happy
Herbert Vojčík %!s(int64=9) %!d(string=hai) anos
pai
achega
8f73937b01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
       }
     },