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 --- share/www/script/jquery.couch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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