mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Backed out changeset c635e583eeb3 (bug 1441059) for ESlint failure. CLOSED TREE
This commit is contained in:
parent
f4ed80c22c
commit
a8f529a43e
@ -8,6 +8,10 @@ var EXPORTED_SYMBOLS = ["LoadURIDelegate"];
|
||||
|
||||
ChromeUtils.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetters(this, {
|
||||
Services: "resource://gre/modules/Services.jsm",
|
||||
});
|
||||
|
||||
var LoadURIDelegate = {
|
||||
// Delegate URI loading to the app.
|
||||
// Return whether the loading has been handled.
|
||||
|
Loading…
x
Reference in New Issue
Block a user