зеркало из https://github.com/mozilla/pjs.git
Bug 319822 JavaScript Debugger assumes document.firstChild is the root element
p=me r=rginda
This commit is contained in:
Родитель
de616f381f
Коммит
b84d79635f
|
@ -232,7 +232,7 @@ function cmgr_instkeys (document, commands)
|
|||
{
|
||||
parentElem = document.createElement("keyset");
|
||||
parentElem.setAttribute ("id", "dynamic-keys");
|
||||
document.firstChild.appendChild (parentElem);
|
||||
document.documentElement.appendChild (parentElem);
|
||||
}
|
||||
|
||||
if (!commands)
|
||||
|
|
Загрузка…
Ссылка в новой задаче