Integration between science map widget and data table widget
This commit is contained in:
parent
80fc455b9d
commit
d07238287e
12 changed files with 459 additions and 166 deletions
|
@ -48,8 +48,6 @@ function addClickListener(marker, actionFunction) {
|
|||
return GEVENT.addListener(marker, 'click', actionFunction);
|
||||
}
|
||||
|
||||
function removeListeners(handlers) {
|
||||
$.each(handlers, function(){
|
||||
GEVENT.removeListener(this);
|
||||
});
|
||||
function removeListener(handler) {
|
||||
GEVENT.removeListener(handler);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue