Fix firefox 4 strict complaint.
This commit is contained in:
parent
3fa7b532b8
commit
4a09e6655e
|
|
@ -11,7 +11,7 @@
|
||||||
/*global window, console, document, navigator, ActiveXObject */
|
/*global window, console, document, navigator, ActiveXObject */
|
||||||
|
|
||||||
// Globals defined here
|
// Globals defined here
|
||||||
var Util = {};
|
var Util = {}, $D;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue