diff options
Diffstat (limited to 'web/app/view/GeofencesController.js')
-rw-r--r-- | web/app/view/GeofencesController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GeofencesController.js b/web/app/view/GeofencesController.js index 59e416d56..5faee139f 100644 --- a/web/app/view/GeofencesController.js +++ b/web/app/view/GeofencesController.js @@ -20,7 +20,7 @@ Ext.define('Traccar.view.GeofencesController', { requires: [ 'Traccar.view.GeofenceDialog', - 'Traccar.view.BaseWindow' + 'Traccar.model.Geofence' ], init: function () { |