зеркало из https://github.com/mozilla/pjs.git
Improving readability.
This commit is contained in:
Родитель
6fc801b267
Коммит
974ade6725
|
@ -88,7 +88,7 @@ function outer(N)
|
||||||
setDynamicScope(true);
|
setDynamicScope(true);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recompile the function outer() via eval() in order to
|
* Recompile the function |outer| via eval() in order to
|
||||||
* feel the effect of the dynamic scope mode we have set.
|
* feel the effect of the dynamic scope mode we have set.
|
||||||
*/
|
*/
|
||||||
var s = outer.toString();
|
var s = outer.toString();
|
||||||
|
@ -116,7 +116,7 @@ addThis();
|
||||||
setDynamicScope(false);
|
setDynamicScope(false);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recompile the function outer() via eval() in order to
|
* Recompile the function |outer| via eval() in order to
|
||||||
* feel the effect of the dynamic scope mode we have set.
|
* feel the effect of the dynamic scope mode we have set.
|
||||||
*/
|
*/
|
||||||
eval(s);
|
eval(s);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче