summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS1
-rw-r--r--share/www/script/jquery.couch.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index e5449c44..eb2735d9 100644
--- a/THANKS
+++ b/THANKS
@@ -46,5 +46,6 @@ suggesting improvements or submitting changes. Some of these people are:
* Filipe Manana <fdmanana@gmail.com>
* Jack Moffit <metajack@gmail.com>
* Damjan Georgievski <gdamjan@mail.net.mk>
+ * Jan Kassens <jan@kassens.net>
For a list of authors see the `AUTHORS` file.
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js
index 7eeaefc7..2b680d9c 100644
--- a/share/www/script/jquery.couch.js
+++ b/share/www/script/jquery.couch.js
@@ -41,7 +41,7 @@
return user_doc;
};
- uuidCache = [];
+ var uuidCache = [];
$.extend($.couch, {
urlPrefix: '',