put getCellProperties in the right place
This commit is contained in:
rginda%netscape.com 2001-06-12 23:44:23 +00:00
Родитель 3fb1067c09
Коммит 2e1366a89d
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -322,8 +322,8 @@ function sov_rowprops (row, properties)
properties.AppendElement(this.atomCurrent);
}
BasicOView.prototype.getCellProperties =
function bov_cellprops (row, colID, properties)
console._stackOutlinerView.getCellProperties =
function sov_cellprops (row, colID, properties)
{
if (row == this.currentFrame && colID == "current-frame")
properties.AppendElement(this.atomCurrent);

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

@ -322,8 +322,8 @@ function sov_rowprops (row, properties)
properties.AppendElement(this.atomCurrent);
}
BasicOView.prototype.getCellProperties =
function bov_cellprops (row, colID, properties)
console._stackOutlinerView.getCellProperties =
function sov_cellprops (row, colID, properties)
{
if (row == this.currentFrame && colID == "current-frame")
properties.AppendElement(this.atomCurrent);