diff options
author | Jan Lehnardt <jan@apache.org> | 2011-04-16 22:42:37 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2011-04-16 22:42:37 +0000 |
commit | 0aea56bdbd70b69b7d4c2c50abc36020b823537a (patch) | |
tree | 6bf33211ef2aa0e3702e3dee6c4b1f474071e3e0 /share/www | |
parent | 235dfd0ece6c6d4ab95ee0dfdc1a7083506cf413 (diff) |
Note to self: Test before commit.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1094079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/script/jquery.couch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index 77d1b551..439f60b7 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -119,7 +119,7 @@ user_doc.roles = []; } return user_doc; - } + }, login: function(options) { options = options || {}; |