From 4a09e6655e62b09e49c7b167fd1e86da70a81460 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 19 Jan 2011 15:13:36 -0600 Subject: [PATCH] Fix firefox 4 strict complaint. --- include/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util.js b/include/util.js index e719c58..2527f52 100644 --- a/include/util.js +++ b/include/util.js @@ -11,7 +11,7 @@ /*global window, console, document, navigator, ActiveXObject */ // Globals defined here -var Util = {}; +var Util = {}, $D; /*