Skip to content

Commit ac2c436

Browse files
save file
1 parent e349ac0 commit ac2c436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/js-console/v3.0/js-console-v3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ <h4 slot=version>
536536
var err;
537537
try{
538538

539-
var obfuscated = obfuscator.obfuscate(js,{
539+
var obfuscated = JavaScriptObfuscator.obfuscate(js,{
540540
compact : true,
541541
controlFlowFlattening : true,
542542
deadCodeInjection : true,

0 commit comments

Comments
 (0)