[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'],
|
||||
function (ClientLayer, LabelLayer, L, moment, LocationMarker) {
|
||||
define(['map/clientlayer', 'map/labellayer', 'leaflet', 'map/locationmarker'],
|
||||
function (ClientLayer, LabelLayer, L, LocationMarker) {
|
||||
'use strict';
|
||||
var self = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user