зеркало из https://github.com/mozilla/pjs.git
- not built -
fixed props and scope commands to used getCurrentFrame, instead of console.currentFrameIndex
This commit is contained in:
Родитель
b5742ceaa1
Коммит
630b9df3ff
|
@ -166,14 +166,9 @@ function evalInTargetScope (script)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT (console.currentFrameIndex < console.frames.length,
|
|
||||||
"console.currentFrameIndex out of range");
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return console.frames[console.currentFrameIndex].eval (script,
|
return getCurrentFrame().eval (script, MSG_VAL_CONSOLE, 1);
|
||||||
MSG_VAL_CONSOLE,
|
|
||||||
1);
|
|
||||||
}
|
}
|
||||||
catch (ex)
|
catch (ex)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче