Closed GoogleCodeExporter closed 9 years ago
Fixed, but differently than you suggested. Rather than adding a
if(!result) { return undefined; }
I instead changed the following line to
if (result && typeof result.toJSON === 'function') {
Original comment by erights
on 21 Oct 2007 at 1:35
Original issue reported on code.google.com by
sylvain....@gmail.com
on 19 Oct 2007 at 1:41