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:
Dan Stillman 2019-08-24 04:23:43 -04:00
parent c5d404df5e
commit ee5302f893

View file

@ -93,7 +93,8 @@ var require = (function() {
id: 'zotero/require',
paths: {
'': 'resource://zotero/',
'components/': 'chrome://zotero/content/components/'
'components/': 'chrome://zotero/content/components/',
'zotero/': 'chrome://zotero/content/modules/'
},
globals
});