Removed unused variables

This commit is contained in:
neveldo
2014-11-30 15:46:58 +01:00
parent 116241add9
commit f3fb0ada8d

View File

@ -39,9 +39,7 @@
, areas = {} , areas = {}
, plots = {} , plots = {}
, legends = [] , legends = []
, id = 0 , id = 0;
, zoomCenter = {}
, zoomOptions = [];
options.map.tooltip.css && $tooltip.css(options.map.tooltip.css); options.map.tooltip.css && $tooltip.css(options.map.tooltip.css);
paper.setViewBox(0, 0, mapConf.width, mapConf.height, false); paper.setViewBox(0, 0, mapConf.width, mapConf.height, false);