mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-15 02:05:57 +08:00
add
This commit is contained in:
parent
7d94b06e03
commit
a4508affa9
@ -2354,7 +2354,9 @@ var vm2code = "Object.assign(global,function(){var e={\n\"contextify.js\":'\"use
|
||||
|
||||
v_ret = v_str_saf + v_mk_head_WindowProperties() + '\n' + v_global_init(v_global_s) + '\n' + v_ret
|
||||
|
||||
v_ret = vm2code + `
|
||||
v_ret = `if (typeof global !== 'undefined'){
|
||||
` + vm2code + `
|
||||
}
|
||||
function cilame(){
|
||||
${v_ret.trim().split('\n').map(function(e){return ' '+e}).join('\n')}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user