зеркало из https://github.com/mozilla/pjs.git
Bug 261136 - Warning: assignment to undeclared variable rv
p=timeless@bemail.org (timeless) r=ajvincent@gmail.com (Alex Vincent) Venkman Only (NPOTB).
This commit is contained in:
Родитель
e8625b8e65
Коммит
2523375b31
|
@ -292,12 +292,12 @@ function prompt(msg, initial, parent, title)
|
||||||
parent = window;
|
parent = window;
|
||||||
if (!title)
|
if (!title)
|
||||||
title = MSG_PROMPT;
|
title = MSG_PROMPT;
|
||||||
rv = { value: initial };
|
var rv = { value: initial };
|
||||||
|
|
||||||
if (!ps.prompt (parent, title, msg, rv, null, {value: null}))
|
if (!ps.prompt (parent, title, msg, rv, null, {value: null}))
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
return rv.value
|
return rv.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getChildById (element, id)
|
function getChildById (element, id)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче