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 = {}
|
, 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);
|
||||||
|
Reference in New Issue
Block a user