You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by cli <gi...@git.apache.org> on 2013/10/18 15:28:28 UTC

couchdb pull request: Remove usage of $.browser as it is gone since jQuery ...

GitHub user cli opened a pull request:

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

    Remove usage of $.browser as it is gone since jQuery 1.9.

    IE browser detection is done using plain old JavaScript, so it should work with jQuery >1.9 and >2.0.

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

    $ git pull https://github.com/cli/couchdb master

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

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

----
commit 4dd5686753f2da13b73cb260b3d6d4cc54ca9691
Author: Christian Lins <ch...@lins.me>
Date:   2013-10-18T12:55:39Z

    Remove usage of $.browser as it is gone since jQuery 1.9.
    IE browser detection is done using plain old JavaScript.

----