From: Thierry Parmentelat Date: Tue, 3 Dec 2013 11:28:45 +0000 (+0100) Subject: minor cleanup X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=2dc75c0c2dfee75e257a42e757799b3b28aaef28;hp=36b6e1c1f15e2a97c4aad1861453b3c09e00677e minor cleanup --- diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index b8bbf538..c19b95a1 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -34,8 +34,6 @@ googlemap_debug_detailed=false; /* XXX Events */ this.elmt().on('show', this, this.on_show); - // TODO in destructor - // $(window).unbind('QueryTable'); var query = manifold.query_store.find_analyzed_query(this.options.query_uuid); this.object = query.object;