still maintain instance at the top of the file, because it's safe and won't hurt
This commit is contained in:
parent
621e43a39c
commit
c72da6b568
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ Zotero.Translate.IO.maintainedInstances = [];
|
||||||
/******* (Native) Read support *******/
|
/******* (Native) Read support *******/
|
||||||
|
|
||||||
Zotero.Translate.IO.Read = function(file, mode) {
|
Zotero.Translate.IO.Read = function(file, mode) {
|
||||||
|
Zotero.Translate.IO.maintainedInstances.push(this);
|
||||||
|
|
||||||
this.file = file;
|
this.file = file;
|
||||||
|
|
||||||
// open file
|
// open file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue