aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-03-07 10:23:52 +0000
committerStruan Donald <struan@exo.org.uk>2013-03-07 10:25:32 +0000
commit49302889c266536dfd05c13403a9e23ef3d4918d (patch)
tree7add1daa6e707268396bb93940cae776231c64fc
parent99b5e509020ddccba1bb064b9f77005928aac0c1 (diff)
delete does not do anything to declared variables
-rw-r--r--www/js/views/around.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index 65ad3c9..25fa2c0 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -83,7 +83,7 @@
},
_destroy: function() {
- delete fixmystreet;
+ fixmystreet = null;
}
})
});