зеркало из https://github.com/mozilla/gecko-dev.git
- venkman only -
fix mixup in breakpoint/blacklist atom
This commit is contained in:
Родитель
9d23f33d52
Коммит
657b5fe54e
|
@ -133,8 +133,8 @@ function initOutliners()
|
|||
console.breakpoints.reserveChildren();
|
||||
console.projectView.childData.appendChild (console.breakpoints);
|
||||
|
||||
BLRecord.prototype.property = console.projectView.atomBreakpoint;
|
||||
BPRecord.prototype.property = console.projectView.atomBLItem;
|
||||
BPRecord.prototype.property = console.projectView.atomBreakpoint;
|
||||
BLRecord.prototype.property = console.projectView.atomBLItem;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -133,8 +133,8 @@ function initOutliners()
|
|||
console.breakpoints.reserveChildren();
|
||||
console.projectView.childData.appendChild (console.breakpoints);
|
||||
|
||||
BLRecord.prototype.property = console.projectView.atomBreakpoint;
|
||||
BPRecord.prototype.property = console.projectView.atomBLItem;
|
||||
BPRecord.prototype.property = console.projectView.atomBreakpoint;
|
||||
BLRecord.prototype.property = console.projectView.atomBLItem;
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче