> Do not wrap your functions in parenthesis.
>
> function(doc) { ... } instead of (function(doc) { ... }
>
> Cheers
> Jan
> --
>Thanks Jan, but this doesn't really fix my problem. I only put that line in because that's what couchdb seemed to be sending to couchjs. The problem is not with the javascript used, because even the javascript in the test suite fails.
