1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 01:56:24 +02:00

script.js: set default of lightVersion as false

This commit is contained in:
Kushagra Gour
2017-09-17 02:36:42 +05:30
parent 576a707cd4
commit ea2c34efaa

View File

@ -2248,7 +2248,7 @@ globalConsoleContainerEl
autoSave: true,
autoComplete: true,
preserveConsoleLogs: true,
lightVersion: true,
lightVersion: false,
lineWrap: true
},
function syncGetCallback(result) {