Integration between science map widget and data table widget

This commit is contained in:
kongchinhua 2011-05-26 23:31:39 +00:00
parent 80fc455b9d
commit d07238287e
12 changed files with 459 additions and 166 deletions

View file

@ -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);
}