GitHub user indutny opened a pull request:

    https://github.com/apache/couchdb/pull/76

    share/server: use toString instead of toSource

    Object.toSource is [non-standard][0] and missing in v8 and probably
    other javascript VMs. Its better to chop it off now that feel pain later
    if we'll decide to move to different javascript engine.
    
    [0]: 
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/toSource
    
    /cc @janl

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/indutny/couchdb fix/toSource-usage

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/76.patch

----

----

Reply via email to