- not built -

put getCellProperties in the right place
This commit is contained in:
rginda%netscape.com 2001-06-12 23:44:23 +00:00
parent dd4c77a285
commit 89ed560f93
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);