aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-03-21 17:40:44 +0000
committerStruan Donald <struan@exo.org.uk>2013-03-21 17:40:44 +0000
commit3f4a98378e2f9ad43c11635e191f4a5d86236293 (patch)
tree2b39edb01dbb5f790ff6abf631e402ad53c2f478 /www/js
parent98169427afd786cd41b1dac7671fab575aaf89a1 (diff)
remove unused that = this
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/around.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index be1a1fc..868a798 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -29,7 +29,6 @@
locate: function() {
$('#locating').show();
- var that = this;
this.listenTo(FMS.locator, 'gps_located', this.showMap);
this.listenTo(FMS.locator, 'gps_failed', this.noMap );
this.listenTo(FMS.locator, 'gps_locating', this.locationUpdate);