aboutsummaryrefslogtreecommitdiff
path: root/src/modules.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-27 09:51:36 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-27 09:51:36 -0800
commit6782b5e97fcfb6a6da94b9ecc2fa57b76e943206 (patch)
tree42cc44c1b90a7af08b98de4d592029c8648a3db5 /src/modules.js
parent9d20f0799c3eb4136e2048274bf523cb9a81ed1e (diff)
switch to all or nothing named globals, and add testing
Diffstat (limited to 'src/modules.js')
-rw-r--r--src/modules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules.js b/src/modules.js
index 4f7fc784..68626b57 100644
--- a/src/modules.js
+++ b/src/modules.js
@@ -178,7 +178,6 @@ var Variables = {
indexedGlobals: {}, // for indexed globals, ident ==> index
// Used in calculation of indexed globals
nextIndexedOffset: 0,
- seenGlobals: 0,
};
var Types = {