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:
mrbkap%gmail.com
2005-07-14 07:22:58 +00:00
parent 550c4b4093
commit 171793809a

View File

@@ -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;