From 7553f3b29c068b957389ee80d032921efcb42154 Mon Sep 17 00:00:00 2001
From: Brandon Bergren <bdragon@rtk0.net>
Date: Wed, 11 Feb 2009 20:14:39 +0000
Subject: [PATCH] JSLint run. (Header changes only.)

---
 js/icon.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/js/icon.js b/js/icon.js
index 9094e46..b221f98 100644
--- a/js/icon.js
+++ b/js/icon.js
@@ -1,11 +1,13 @@
 /* $Id$ */
 
 /**
+ * @file
  * GIcon manager for GMap.
- *
  * Required for markers to operate properly.
  */
 
+/*global $, Drupal, GIcon, GPoint, GSize, G_DEFAULT_ICON */
+
 /**
  * Get the GIcon corresponding to a setname / sequence.
  * There is only one GIcon for each slot in the sequence.
-- 
GitLab