diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-06 14:24:35 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-06 14:24:35 -0800 |
commit | 6942df9f2d8f463eff9e6c70580d4719cabcffa9 (patch) | |
tree | 29f67543d3416d713fbbb329bf79c3f7b8c0fe07 /src/modules.js | |
parent | 5318a2f9cdc2279a0e04441e539ff38613597f25 (diff) |
generate indexedFunctions in pre, and give it the information to do so
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.js b/src/modules.js index 97dbe223..e955ed71 100644 --- a/src/modules.js +++ b/src/modules.js @@ -216,7 +216,7 @@ var Functions = { currFunctions: [], // All functions that will be implemented in this file - implementedFunctions: [], + implementedFunctions: {}, indexedFunctions: {}, nextIndex: 2, // Start at a non-0 (even, see below) value |