Part of fix to table editor interface cleanup bug 166922. r=akkana, sr=hewitt

This commit is contained in:
cmanske%netscape.com 2002-09-16 17:57:17 +00:00
Родитель ebf2d5f9cd
Коммит 9243687fec
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -1121,12 +1121,9 @@ function GetBackgroundElementWithColor()
gColorObj.SelectedType = "";
var tagNameObj = { value: "" };
var numSelected;
var element;
try {
var elt = { value: null };
numSelected = gEditor.getSelectedOrParentTableElement(elt, tagNameObj);
element = elt.value;
element = gEditor.getSelectedOrParentTableElement(tagNameObj, {value:0});
}
catch(e) {}