GitHub user ziggythehamster opened a pull request:

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

    Add polyfill for IE8 Array.indexOf

    IE8 does not support Array.indexOf. This polyfill adds this missing method 
when needed (if not supported by the browser).
    
    NB: I have no way of testing this as I did the change on a Windows machine 
without IE8 and without anything that could compile CouchDB.

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

    $ git pull https://github.com/ziggythehamster/couchdb ie8-futon-indexof

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

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #153
    
----
commit 5927b4324a4a5efef023fe7cc5cf298aac8daabb
Author: Keith Gable <[email protected]>
Date:   2014-02-19T02:42:59Z

    Add Array.indexOf polyfill from the Mozilla Developer Network.

commit 3fd8543f2d613f7c8052696e55df2cae5232d1f3
Author: Keith Gable <[email protected]>
Date:   2014-02-19T02:44:13Z

    Load Array.indexOf polyfill.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. To do so, please top-post your response.
If your project does not have this feature enabled and wishes so, or if the
feature is enabled but not working, please contact infrastructure at
[email protected] or file a JIRA ticket with INFRA.
---

Reply via email to