aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/map/BaseMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/map/BaseMap.js')
-rw-r--r--web/app/view/map/BaseMap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/map/BaseMap.js b/web/app/view/map/BaseMap.js
index 42ea43a..c089ad0 100644
--- a/web/app/view/map/BaseMap.js
+++ b/web/app/view/map/BaseMap.js
@@ -218,7 +218,7 @@ Ext.define('Traccar.view.map.BaseMap', {
}
});
- this.map.once('postrender', function (event) {
+ this.map.once('postrender', function () {
self.fireEvent('mapready');
});
},