www

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

commit 520a89a3304a5ccf848ae4e736fd551e7da951d1
parent f14a5e05fa74e83562c0a34d85831d35e1f22bcf
Author: Simon Kornblith <simon@simonster.com>
Date:   Fri, 17 Jul 2009 20:29:30 +0000

fix "this._streams is undefined" in translate.js


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

diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js @@ -1994,7 +1994,7 @@ Zotero.Translate.prototype._importConfigureIO = function(charset) { sStream = Components.classes["@mozilla.org/scriptableinputstream;1"] .createInstance(Components.interfaces.nsIScriptableInputStream); sStream.init(me._inputStream); - this._streams.push(sStream); + me._streams.push(sStream); } // read from the scriptable input stream