4 lines
141 B
JavaScript
4 lines
141 B
JavaScript
/* global base */
|
|
var ns = {};
|
|
Services.scriptloader.loadSubScript(base + "file_expandosharing.js", ns);
|
|
var checkFromESM = ns.checkFromESM;
|