зеркало из https://github.com/mozilla/pjs.git
bug 134503; add comments that were added to branch (r=akkana, sr=kin)
This commit is contained in:
Родитель
f7ba088d89
Коммит
b9618acabd
|
@ -228,15 +228,6 @@ function addEditorClickEventListener()
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeEditorClickEventListener()
|
|
||||||
{
|
|
||||||
try {
|
|
||||||
var bodyelement = GetBodyElement();
|
|
||||||
if (bodyelement)
|
|
||||||
bodyelement.removeEventListener("click", EditorClick, false);
|
|
||||||
} catch (e) {}
|
|
||||||
}
|
|
||||||
|
|
||||||
var MessageComposeDocumentStateListener =
|
var MessageComposeDocumentStateListener =
|
||||||
{
|
{
|
||||||
NotifyDocumentCreated: function()
|
NotifyDocumentCreated: function()
|
||||||
|
@ -246,6 +237,9 @@ var MessageComposeDocumentStateListener =
|
||||||
|
|
||||||
NotifyDocumentWillBeDestroyed: function()
|
NotifyDocumentWillBeDestroyed: function()
|
||||||
{
|
{
|
||||||
|
// note that the editorshell seems to be gone at this point
|
||||||
|
// so we don't have a way to remove the click listener.
|
||||||
|
// hopefully it is being cleaned up with all listeners
|
||||||
},
|
},
|
||||||
|
|
||||||
NotifyDocumentStateChanged:function()
|
NotifyDocumentStateChanged:function()
|
||||||
|
@ -294,6 +288,9 @@ var DocumentStateListener =
|
||||||
addEditorClickEventListener();
|
addEditorClickEventListener();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// note that the editorshell seems to be gone at this point
|
||||||
|
// so we don't have a way to remove the click listener.
|
||||||
|
// hopefully it is being cleaned up with all listeners
|
||||||
NotifyDocumentWillBeDestroyed: function() {},
|
NotifyDocumentWillBeDestroyed: function() {},
|
||||||
|
|
||||||
NotifyDocumentStateChanged:function( isNowDirty )
|
NotifyDocumentStateChanged:function( isNowDirty )
|
||||||
|
|
Загрузка…
Ссылка в новой задаче