You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "bob pasker (JIRA)" <ji...@apache.org> on 2013/02/05 17:30:11 UTC

[jira] [Created] (COUCHDB-1668) jquery.couch.js is incompatible with jquery.js version 1.9

bob pasker created COUCHDB-1668:
-----------------------------------

             Summary: jquery.couch.js is incompatible with jquery.js version 1.9
                 Key: COUCHDB-1668
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1668
             Project: CouchDB
          Issue Type: Dependency upgrade
            Reporter: bob pasker


jquery.couch 1.2.x line 998:

          type: "GET", dataType: "json", cache : !$.browser.msie ...

fails with error: 

"Uncaught TypeError: Cannot read property 'msie' of undefined"

because jquery 1.9 removed the deprecated jQuery.browser()

see: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira