mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed unused variables
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user