From 1ba1a72eba6b02e4b499d903991423a76f52ad0d Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 2 Feb 2010 00:53:54 +0000 Subject: 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 --- THANKS | 1 + share/www/script/jquery.couch.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 * Jack Moffit * Damjan Georgievski + * Jan Kassens 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: '', -- cgit v1.2.3