- Overhaul of Zotero.Translate instance. New code should use new Zotero.Translate.Web, Zotero.Translate.Import, etc. The core Translate class is now abstracted away from data access, read/write IO, and the sandbox API. This all needs more testing.
- Translators now use configOptions and displayOptions properties in their metadata instead of Zotero.configure() and Zotero.addOption() to specify interfaces. - Replaced now broken Zotero.Utilities.inArray() appearances in MODS.js with proper indexOf() calls
This commit is contained in:
parent
42a1551e85
commit
3f2a8a39ab
20 changed files with 3408 additions and 3268 deletions
|
@ -107,7 +107,10 @@ var xpcomFiles = [
|
|||
'storage/zfs',
|
||||
'storage/webdav',
|
||||
'timeline',
|
||||
'translate',
|
||||
'translation/translator',
|
||||
'translation/translate',
|
||||
'translation/browser_firefox',
|
||||
'translation/item_local',
|
||||
'uri',
|
||||
'utilities',
|
||||
'zeroconf'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue