Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
Services.scriptloader.loadSubScript(
this
);
Services.scriptloader.loadSubScript(
this
);
ChromeUtils.defineESModuleGetters(this, {
});
ChromeUtils.defineESModuleGetters(window, {
});
var { XPCOMUtils } = ChromeUtils.importESModule(
);
XPCOMUtils.defineLazyScriptGetter(
window,
["PlacesTreeView"],
);
XPCOMUtils.defineLazyScriptGetter(
window,
["PlacesInsertionPoint", "PlacesController", "PlacesControllerDragHelper"],
);