kachalov 9 years ago
parent
commit
252d9cff0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.ts

+ 1 - 1
index.ts

@@ -13,7 +13,7 @@ export class JavaScriptObfuscator {
      */
     private static escodegenParams: any = {
         format: {
-            //compact: true
+            compact: true
         },
         verbatim: 'x-verbatim-property'
     };