diff options
author | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-04-22 01:26:18 +0200 |
---|---|---|
committer | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-04-22 01:26:18 +0200 |
commit | ce97df3033f5ee073a2c21e408fb3d2326a759f9 (patch) | |
tree | c5a866855d41fe6a3592d8f2ab724713f2babff7 /web/app/view | |
parent | 1e816a4665701b7c0a07eaa3f8343a1234166876 (diff) | |
download | trackermap-server-ce97df3033f5ee073a2c21e408fb3d2326a759f9.tar.gz trackermap-server-ce97df3033f5ee073a2c21e408fb3d2326a759f9.tar.bz2 trackermap-server-ce97df3033f5ee073a2c21e408fb3d2326a759f9.zip |
Whitespace fix
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/DevicesController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/DevicesController.js b/web/app/view/DevicesController.js index 135183f97..10918c13a 100644 --- a/web/app/view/DevicesController.js +++ b/web/app/view/DevicesController.js @@ -91,7 +91,7 @@ Ext.define('Traccar.view.DevicesController', { onFollowClick: function (button, pressed) { if (pressed) { - var device = this.getView().getSelectionModel().getSelection()[0]; + var device = this.getView().getSelectionModel().getSelection()[0]; this.fireEvent('selectDevice', device, true); } }, |