diff options
Diffstat (limited to 'web/app/view/dialog/MapPickerController.js')
-rw-r--r-- | web/app/view/dialog/MapPickerController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/MapPickerController.js b/web/app/view/dialog/MapPickerController.js index 23f60ece..8641e377 100644 --- a/web/app/view/dialog/MapPickerController.js +++ b/web/app/view/dialog/MapPickerController.js @@ -30,7 +30,7 @@ Ext.define('Traccar.view.dialog.MapPickerController', { } }, - getMapState: function (button) { + getMapState: function () { this.fireEvent('mapstaterequest'); }, |