From 2dc75c0c2dfee75e257a42e757799b3b28aaef28 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 3 Dec 2013 12:28:45 +0100 Subject: [PATCH] minor cleanup --- plugins/googlemap/static/js/googlemap.js | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.43.0