Преглед изворни кода

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'
       }
     },