diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-10 19:47:02 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-10 19:47:02 -0800 |
commit | 1fb4ccc1ef28e118fe57104252330f6e452e27ef (patch) | |
tree | 6802906998e04f2eb30f82f9d4714167d0354065 | |
parent | 5991480ae6dfeaac31d0d4806058783304359afd (diff) |
comment
-rw-r--r-- | src/compiler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js index 655fd9a6..bf9d9c54 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -8,7 +8,7 @@ try { } catch(e) {} -// The environment setup code appears here, in shell.js, and in tests/hello_world.js because it can't be shared. Keep them in sync! +// The environment setup code appears here, in shell.js, in js_optimizer.js and in tests/hello_world.js because it can't be shared. Keep them in sync! // *** Environment setup code *** var arguments_ = []; |