minor cleanup
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Dec 2013 11:28:45 +0000 (12:28 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Dec 2013 11:28:45 +0000 (12:28 +0100)
plugins/googlemap/static/js/googlemap.js

index b8bbf53..c19b95a 100644 (file)
@@ -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;