Skip to content
Snippets Groups Projects
Commit 2402ca18 authored by Brandon Bergren's avatar Brandon Bergren
Browse files

Roll back last commit. I just realized it isn't actually needed.

parent aa72631a
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment