mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
12 lines
265 B
JavaScript
12 lines
265 B
JavaScript
ChromeUtils.defineModuleGetter(
|
|
this,
|
|
"pktApi",
|
|
"chrome://pocket/content/pktApi.jsm"
|
|
);
|
|
XPCOMUtils.defineLazyScriptGetter(
|
|
this,
|
|
"pktUI",
|
|
"chrome://pocket/content/main.js"
|
|
);
|
|
|
|
const { sinon } = ChromeUtils.import("resource://testing-common/Sinon.jsm");
|