allow setString to be called multiple times over the lifetime of a Zotero.Translate object

fixes issues retrieving multiple items from Google Scholar
This commit is contained in:
Simon Kornblith 2011-01-17 16:14:21 +00:00
parent daada078a2
commit efe3121805

View File

@ -1022,6 +1022,7 @@ Zotero.Translate.Import.prototype.Sandbox = Zotero.Translate.Sandbox._inheritFro
*/
Zotero.Translate.Import.prototype.setString = function(string) {
this._string = string;
this._io = false;
}
/**