This commit is contained in:
blakeross%telocity.com 2001-12-05 06:40:57 +00:00
Родитель f1e3d1d5e5
Коммит 150cce80f3
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -261,7 +261,7 @@
<!-- observer --> <!-- observer -->
<field name="DNDObserver" readonly="true"><![CDATA[ <field name="DNDObserver" readonly="true"><![CDATA[
({ ({
mOuter: null, mOuter: this,
onDragStart: function (aEvent, aXferData, aDragAction) onDragStart: function (aEvent, aXferData, aDragAction)
{ {
if (this.mOuter.outlinerBody.getAttribute("sortActive") == "true") if (this.mOuter.outlinerBody.getAttribute("sortActive") == "true")
@ -313,7 +313,7 @@
<!-- nsIController --> <!-- nsIController -->
<field name="controller" readonly="true"><![CDATA[ <field name="controller" readonly="true"><![CDATA[
({ ({
mOuter: null, mOuter: this,
supportsCommand: function BMOLController_supportsCommand(aCommand) supportsCommand: function BMOLController_supportsCommand(aCommand)
{ {
@ -532,7 +532,7 @@
<!-- nsIXULOutlinerBuilderObserver --> <!-- nsIXULOutlinerBuilderObserver -->
<field name="builderObserver"><![CDATA[ <field name="builderObserver"><![CDATA[
({ ({
mOuter: null, mOuter: this,
inDropBefore: 1, inDropBefore: 1,
inDropOn: 2, inDropOn: 2,
inDropAfter: 3, inDropAfter: 3,