зеркало из https://github.com/mozilla/pjs.git
- not built -
put getCellProperties in the right place
This commit is contained in:
Родитель
3fb1067c09
Коммит
2e1366a89d
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче