[TASK] Remove unused moment
This commit is contained in:
parent
24abeb74bd
commit
7c8456b18a
@ -1,5 +1,5 @@
|
|||||||
define(['map/clientlayer', 'map/labellayer', 'leaflet', 'moment', 'map/locationmarker'],
|
define(['map/clientlayer', 'map/labellayer', 'leaflet', 'map/locationmarker'],
|
||||||
function (ClientLayer, LabelLayer, L, moment, LocationMarker) {
|
function (ClientLayer, LabelLayer, L, LocationMarker) {
|
||||||
'use strict';
|
'use strict';
|
||||||
var self = {};
|
var self = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user