diff options
Diffstat (limited to 'share/www/script')
-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 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: '', |