Make XMLSerializer available in plugins
https://groups.google.com/g/zotero-dev/c/ZKoDSBniSXs/m/VDhPpjNqAAAJ
This commit is contained in:
parent
0d70925816
commit
00683732d8
1 changed files with 2 additions and 1 deletions
|
@ -103,10 +103,11 @@ Zotero.Plugins = new function () {
|
||||||
scope,
|
scope,
|
||||||
{
|
{
|
||||||
Zotero,
|
Zotero,
|
||||||
Localization,
|
|
||||||
ChromeWorker,
|
ChromeWorker,
|
||||||
|
Localization,
|
||||||
Services,
|
Services,
|
||||||
Worker,
|
Worker,
|
||||||
|
XMLSerializer,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// Add additional global functions
|
// Add additional global functions
|
||||||
|
|
Loading…
Add table
Reference in a new issue