Part of bug 300736: Reflect Narcissus' evaluate in the global object since we expose it natively in the shell now. r=brendan
git-svn-id: svn://10.0.0.236/trunk@176085 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -134,7 +134,7 @@ var global = {
|
||||
Math: Math,
|
||||
|
||||
// Extensions to ECMA.
|
||||
snarf: snarf,
|
||||
snarf: snarf, evaluate: evaluate,
|
||||
load: function load(s) {
|
||||
if (typeof s != "string")
|
||||
return s;
|
||||
|
||||
Reference in New Issue
Block a user