From 2402ca187c421539b7b4216922fb409512b81b65 Mon Sep 17 00:00:00 2001 From: Brandon Bergren <bdragon@rtk0.net> Date: Fri, 19 Dec 2008 18:36:15 +0000 Subject: [PATCH] Roll back last commit. I just realized it isn't actually needed. --- js/gmap.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/gmap.js b/js/gmap.js index 304afec..bc53df9 100755 --- a/js/gmap.js +++ b/js/gmap.js @@ -38,7 +38,6 @@ Drupal.gmap = new function() { this.setup = function() { var obj = this; - var hls; var initcallback = function(mapid) { return (function() { @@ -72,8 +71,7 @@ Drupal.gmap = new function() { if (_handlers[control]) { for (var i=0; i<_handlers[control].length; i++) { - hls = {}; - _handlers[control][i].call(_maps[mapid], obj, hls); + _handlers[control][i].call(_maps[mapid], obj); } } else { -- GitLab