зеркало из https://github.com/mozilla/pjs.git
readding
This commit is contained in:
Родитель
6ab121590c
Коммит
d45f617016
|
@ -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,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче