Browse Source

selfDefending test implementation

sanex3339 9 years ago
parent
commit
ebf2a27c97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom-nodes/self-defending-nodes/SelfDefendingUnicodeNode.ts

+ 1 - 1
src/custom-nodes/self-defending-nodes/SelfDefendingUnicodeNode.ts

@@ -51,7 +51,7 @@ export class SelfDefendingUnicodeNode extends Node {
         let node: INode = esprima.parse(
             JavaScriptObfuscator.obfuscate(`
                 (function () {                                
-                     var func = function(){return ${Utils.stringToUnicode('dev')};},
+                    var func = function(){return ${Utils.stringToUnicode('dev')};},
                         func2 = function () {
                             return 'window';
                         };