From bbd6b3cfa2754d1df888f7981ea9536ccbb5b5d4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 22 Nov 2012 13:28:30 -0800 Subject: [PATCH] Fixing a global var leak --- js/jquery.cuteTime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.cuteTime.js b/js/jquery.cuteTime.js index dbd514e..17a071d 100644 --- a/js/jquery.cuteTime.js +++ b/js/jquery.cuteTime.js @@ -462,7 +462,7 @@ **********************************************************************************/ function date_value(the_date) { - var the_value; + var the_value, new_date; if ((new_date = toISO8601(the_date)) != null) { the_value = new_date.valueOf();