diff options
author | Renaud Allard <renaud@allard.it> | 2016-10-19 08:21:31 +0200 |
---|---|---|
committer | Renaud Allard <renaud@allard.it> | 2016-10-19 08:21:31 +0200 |
commit | bd26474f14e2f8deef9f06662a02b644f4730774 (patch) | |
tree | b22fd65209c749c0c0b93c9fc231cf97fadf8ff8 | |
parent | 32cfba2f48b2ec73ed282af94bb793dde49b0a72 (diff) | |
download | trackermap-web-bd26474f14e2f8deef9f06662a02b644f4730774.tar.gz trackermap-web-bd26474f14e2f8deef9f06662a02b644f4730774.tar.bz2 trackermap-web-bd26474f14e2f8deef9f06662a02b644f4730774.zip |
Remove trailing whitespace
-rw-r--r-- | web/app/view/ReportController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js index 115769d8..50f4251e 100644 --- a/web/app/view/ReportController.js +++ b/web/app/view/ReportController.js @@ -149,7 +149,7 @@ Ext.define('Traccar.view.ReportController', { if (object instanceof Traccar.model.Position && reportType === 'route') { this.getView().getSelectionModel().select([object], false, true); this.getView().getView().focusRow(object); - } + } }, selectTrip: function (trip) { |