www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit efe3121805beaddf3898561fb62eaefb5f43b4a9
parent daada078a2f88918f4f9cb55bf8e50aa44884601
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 17 Jan 2011 16:14:21 +0000

allow setString to be called multiple times over the lifetime of a Zotero.Translate object
fixes issues retrieving multiple items from Google Scholar


Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -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; } /**