Bug 914066 - Function declaration needs to be at the top-level. r=bsmedberg

This commit is contained in:
ISHIKAWA, Chiaki 2013-09-10 13:12:54 -04:00
parent fa2c5e8fe1
commit 8e5ef245bb

View File

@ -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;
}