diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-20 17:15:26 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-20 17:18:21 +0100 |
commit | 65848c2b1bf8da7a69ed3d29219cc95b42523c44 (patch) | |
tree | 2cf80ba0c0c4c9df412e9409a7421b87fcaf7ed9 /www/js | |
parent | 7f51ee805fb76bcb48481678af3b2f9d33cdcff5 (diff) |
do not remove the fixmystreet variable as we do not destroy the map now
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/around.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index b01bca2..1690021 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -303,10 +303,6 @@ ); return centre; - }, - - _destroy: function() { - fixmystreet = null; } }) }); |