aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofenceDialogController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-06 16:09:11 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-06 16:09:11 +0500
commit68d284f3023d49c0c3ae9879c5c75c9b152eda3b (patch)
tree36be903658d4fad3f246fcb6727fd294067d5c00 /web/app/view/GeofenceDialogController.js
parent97e80ec49fddec3d56880bae47bd070474fa8fa3 (diff)
downloadtrackermap-server-68d284f3023d49c0c3ae9879c5c75c9b152eda3b.tar.gz
trackermap-server-68d284f3023d49c0c3ae9879c5c75c9b152eda3b.tar.bz2
trackermap-server-68d284f3023d49c0c3ae9879c5c75c9b152eda3b.zip
Rename other events to lowercase
Diffstat (limited to 'web/app/view/GeofenceDialogController.js')
-rw-r--r--web/app/view/GeofenceDialogController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GeofenceDialogController.js b/web/app/view/GeofenceDialogController.js
index b04935b9c..5638db362 100644
--- a/web/app/view/GeofenceDialogController.js
+++ b/web/app/view/GeofenceDialogController.js
@@ -26,7 +26,7 @@ Ext.define('Traccar.view.GeofenceDialogController', {
listen: {
controller: {
'*': {
- saveArea: 'saveArea'
+ savearea: 'saveArea'
}
}
}