Add 'zotero/' prefix for Zotero-specific modules
Pulling from chrome/content/zotero/modules/ This may or may not be what we want to do, but it's better than intermingling our modules with third-party modules in 'resource/'.
This commit is contained in:
parent
c5d404df5e
commit
ee5302f893
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ var require = (function() {
|
||||||
id: 'zotero/require',
|
id: 'zotero/require',
|
||||||
paths: {
|
paths: {
|
||||||
'': 'resource://zotero/',
|
'': 'resource://zotero/',
|
||||||
'components/': 'chrome://zotero/content/components/'
|
'components/': 'chrome://zotero/content/components/',
|
||||||
|
'zotero/': 'chrome://zotero/content/modules/'
|
||||||
},
|
},
|
||||||
globals
|
globals
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue