mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 914066 - Function declaration needs to be at the top-level. r=bsmedberg
This commit is contained in:
parent
fa2c5e8fe1
commit
8e5ef245bb
@ -730,7 +730,7 @@
|
||||
|
||||
this._selector.selectedItem = document.getAnonymousElementByAttribute(this, "pane", aPaneElement.id);
|
||||
if (!aPaneElement.loaded) {
|
||||
function OverlayLoadObserver(aPane)
|
||||
let OverlayLoadObserver = function(aPane)
|
||||
{
|
||||
this._pane = aPane;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user