mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +02:00
script.js: set default of lightVersion as false
This commit is contained in:
@ -2248,7 +2248,7 @@ globalConsoleContainerEl
|
|||||||
autoSave: true,
|
autoSave: true,
|
||||||
autoComplete: true,
|
autoComplete: true,
|
||||||
preserveConsoleLogs: true,
|
preserveConsoleLogs: true,
|
||||||
lightVersion: true,
|
lightVersion: false,
|
||||||
lineWrap: true
|
lineWrap: true
|
||||||
},
|
},
|
||||||
function syncGetCallback(result) {
|
function syncGetCallback(result) {
|
||||||
|
Reference in New Issue
Block a user