diff options
author | Jan Lehnardt <jan@apache.org> | 2010-02-02 00:53:54 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-02-02 00:53:54 +0000 |
commit | 1ba1a72eba6b02e4b499d903991423a76f52ad0d (patch) | |
tree | 0a6f9ad832c311f55b027a1081e6dffbe3e644bf /share/www/script | |
parent | 426fa47bd0c87298fe8cba15e337dfe2abc5b785 (diff) |
make uuuidCache a local variable. Patch by Jan Kassens. Closes COUCHDB-560.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905483 13f79535-47bb-0310-9956-ffa450edef68
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: '', |