Bug 387054 - Opening DomI - File Inspect Current Document throws error in JS Console. r=db48x, sr=neil

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-07-06 09:32:46 -07:00
parent 3c74c29fd1
commit 08dd091513

View File

@ -625,6 +625,9 @@ DOMViewer.prototype =
removeClickListeners: function()
{
if (!this.mSelectDocs) // we didn't select an element by click
return;
for (var i = 0; i < this.mSelectDocs.length; ++i) {
this.mSelectDocs[i].removeEventListener("mousedown", MouseDownListener, true);
this.mSelectDocs[i].removeEventListener("mouseup", EventCanceller, true);