summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2011-04-16 22:47:30 +0000
committerJan Lehnardt <jan@apache.org>2011-04-16 22:47:30 +0000
commita089d0403332751aa439767ea27afda3b8bc1245 (patch)
tree6986d80da29275a39f6419d8eeff240ca7cb59e3 /share/www
parent0aea56bdbd70b69b7d4c2c50abc36020b823537a (diff)
fix reference
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1094081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www')
-rw-r--r--share/www/script/jquery.couch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js
index 439f60b7..edae18fc 100644
--- a/share/www/script/jquery.couch.js
+++ b/share/www/script/jquery.couch.js
@@ -96,7 +96,7 @@
signup: function(user_doc, password, options) {
options = options || {};
// prepare user doc based on name and password
- user_doc = prepareUserDoc(user_doc, password);
+ user_doc = this.prepareUserDoc(user_doc, password);
$.couch.userDb(function(db) {
db.saveDoc(user_doc, options);
});