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

This commit is contained in:
Simon Kornblith 2009-07-17 20:29:30 +00:00
parent f14a5e05fa
commit 520a89a330

View file

@ -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