You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Andy Wenk (JIRA)" <ji...@apache.org> on 2014/02/16 22:06:23 UTC

[jira] [Closed] (COUCHDB-1474) jquery.couch.js: cleanup assignment for user_doc.type

     [ https://issues.apache.org/jira/browse/COUCHDB-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Wenk closed COUCHDB-1474.
------------------------------

    Resolution: Fixed

> jquery.couch.js: cleanup assignment for user_doc.type
> -----------------------------------------------------
>
>                 Key: COUCHDB-1474
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1474
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Futon
>    Affects Versions: 1.2
>         Environment: Debian/testing
>            Reporter: Stéphane Alnet
>            Priority: Trivial
>
> The source code for jquery.couch.js in 1.2 and git master contains:
>   user_doc.type =  user_doc.type = "user" || [];
> in the signup() method. This code makes little sense; thankfully it is equivalent to the old prepareUserDoc() code:
>   user_doc.type = "user";
> but the extraneous assignment and test should be removed.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)