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