master
Dave Winer 9 years ago
parent ab7519cce8
commit 1c0bff7e1b

@ -88,7 +88,7 @@ There will always be more work to do here. ;-)
#### Updates
##### v0.62 6/24/15 by DW
##### v0.62 6/25/15 by DW
Code cleanup and factoring in <a href="https://github.com/scripting/pagepark/blob/master/lib/opml.js">opml.js</a>.

@ -203,7 +203,7 @@ function readOpmlString (s, callback) {
var opmlparser = new opmlParser ();
var outlineArray = new Array ();
var metadata = undefined;
flparseerror = false;
var flparseerror = false;
var theStream = new stream.Readable ();
theStream._read = function noop () {};
theStream.push (s);

Loading…
Cancel
Save