mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #1829 - Readd code cleanup that is not Mac related that got clobbered by reverting Issue #1751
This commit is contained in:
parent
b324b34441
commit
d5c43d1d35
15 changed files with 23 additions and 32 deletions
|
|
@ -79,11 +79,11 @@
|
|||
<property name="treeBoxObject"
|
||||
onget="return this.boxObject;"
|
||||
readonly="true"/>
|
||||
# contentView is obsolete (see bug 202391)
|
||||
<!-- contentView is obsolete (see bug 202391) -->
|
||||
<property name="contentView"
|
||||
onget="return this.view; /*.QueryInterface(Components.interfaces.nsITreeContentView)*/"
|
||||
readonly="true"/>
|
||||
# builderView is obsolete (see bug 202393)
|
||||
<!-- builderView is obsolete (see bug 202393) -->
|
||||
<property name="builderView"
|
||||
onget="return this.view; /*.QueryInterface(Components.interfaces.nsIXULTreeBuilder)*/"
|
||||
readonly="true"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue