[
https://issues.apache.org/jira/browse/COUCHDB-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902843#comment-13902843
]
ASF GitHub Bot commented on COUCHDB-1474:
-----------------------------------------
Github user robertkowalski closed the pull request at:
https://github.com/apache/couchdb/pull/151
> 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)