Fix firefox 4 strict complaint.

This commit is contained in:
Joel Martin 2011-01-19 15:13:36 -06:00
parent 3fa7b532b8
commit 4a09e6655e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
/*global window, console, document, navigator, ActiveXObject */
// Globals defined here
var Util = {};
var Util = {}, $D;
/*