diff --git a/js/jquery.mapael.js b/js/jquery.mapael.js index a5cb1234c..93a9df1cd 100644 --- a/js/jquery.mapael.js +++ b/js/jquery.mapael.js @@ -39,9 +39,7 @@ , areas = {} , plots = {} , legends = [] - , id = 0 - , zoomCenter = {} - , zoomOptions = []; + , id = 0; options.map.tooltip.css && $tooltip.css(options.map.tooltip.css); paper.setViewBox(0, 0, mapConf.width, mapConf.height, false);