Bug 797908 - [orange] SyntaxError: missing ) after argument list at resource:///modules/devtools/DeveloperToolbar.jsm:702 r=me

This commit is contained in:
Michael Ratcliffe 2012-10-04 18:05:38 +01:00
parent 08341f6e28
commit a2b5f66dea

View File

@ -699,7 +699,7 @@ Object.defineProperty(OutputPanel.prototype, 'scrollbarWidth', {
return this.__scrollbarWidth;
},
enumerable: true
};
});
/**
* Prevent the popup from hiding if it is not permitted via this.canHide.