Name

$modules

Synopsis

JavaScript: $modules
Type: Object
Access: private
Topic: LZX.Runtime
Declared in: WEB-INF/lps/lfc/compiler/LzRuntime.lzs

Description

Modules TODO [2006-03-12 ptw] if the LFC is shared this needs to be multiplexed

Details

Static Properties (3)

lz
static private var lz;
Define LZ module TODO: [2006-03-21 ptw] Make this an object that inherits from runtime so that we do not pollute the runtime module
runtime
static private var runtime;
Define runtime module
user
static private var user;
Define USER module TODO: [2006-03-21 ptw] Make this an object that inherits from LZ so that we do not pollute the LZ module

JavaScript Synopsis

private var $modules = { ... };