Fix wrong path
This commit is contained in:
parent
0ec947b4de
commit
20b43cbbb0
@ -33,7 +33,7 @@ if (typeof window == 'undefined' ||
|
||||
// See: http://github.com/piroor/fxaddonlibs/blob/master/namespace.jsm
|
||||
try {
|
||||
let ns = {};
|
||||
Components.utils.import('resource://my-modulestreestyletab-modules/lib/namespace.jsm', ns);
|
||||
Components.utils.import('resource://treestyletab-modules/lib/namespace.jsm', ns);
|
||||
/* var */ window = ns.getNamespaceFor('piro.sakura.ne.jp');
|
||||
}
|
||||
catch(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user