diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-14 13:04:22 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-14 13:04:22 +1300 |
commit | 1d6eecf33c0bec1df240896beb421ab040ef4203 (patch) | |
tree | 0d8026106a34e5bbd26ac6f76ac337ed6ae0d44c /web/app/view/MapController.js | |
parent | 990aa7915e3625c1c36493310e497ae546e7ed62 (diff) | |
download | trackermap-server-1d6eecf33c0bec1df240896beb421ab040ef4203.tar.gz trackermap-server-1d6eecf33c0bec1df240896beb421ab040ef4203.tar.bz2 trackermap-server-1d6eecf33c0bec1df240896beb421ab040ef4203.zip |
Fix JavaScript check style issues
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r-- | web/app/view/MapController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js index 2f4eb5a3c..c153ebd45 100644 --- a/web/app/view/MapController.js +++ b/web/app/view/MapController.js @@ -110,7 +110,7 @@ Ext.define('Traccar.view.MapController', { this.getView().getVectorSource().addFeature(marker); style = this.getReportMarker(); - style.getImage().setRotation(position.get('course') * Math.PI / 180 ); + style.getImage().setRotation(position.get('course') * Math.PI / 180); style.getText().setText( Ext.Date.format(position.get('fixTime'), Traccar.Style.dateTimeFormat)); |