зеркало из https://github.com/mozilla/pjs.git
Bug 177055 Fix an uninitialized variable in Selection List Properties dialog r=brade sr=sfraser
This commit is contained in:
Родитель
8446187b5c
Коммит
6dceef4315
|
@ -639,7 +639,7 @@ function onAccept()
|
|||
while (selectElement.lastChild)
|
||||
editor.deleteNode(selectElement.lastChild);
|
||||
|
||||
var offset;
|
||||
var offset = 0;
|
||||
for (var i = 1; i < itemArray.length; i++)
|
||||
if (itemArray[i].level > 1)
|
||||
selectElement.lastChild.appendChild(itemArray[i].element);
|
||||
|
|
Загрузка…
Ссылка в новой задаче