You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by indutny <gi...@git.apache.org> on 2013/07/30 21:33:08 UTC

couchdb pull request: share/server: use toString instead of toSource

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

----

----