| Index: src/runtime.js
|
| diff --git a/src/runtime.js b/src/runtime.js
|
| index 4d15d205a495b6623cf399ccd0dd36973cac22c4..5842a5f39ef1550309c61e451a269f558445b040 100644
|
| --- a/src/runtime.js
|
| +++ b/src/runtime.js
|
| @@ -6,9 +6,7 @@
|
|
|
| // CAUTION: Some of the functions specified in this file are called
|
| // directly from compiled code. These are the functions with names in
|
| -// ALL CAPS. The compiled code passes the first argument in 'this' and
|
| -// it does not push the function onto the stack. This means that you
|
| -// cannot use contexts in all these functions.
|
| +// ALL CAPS. The compiled code passes the first argument in 'this'.
|
|
|
|
|
| /* -----------------------------------
|
|
|