1. More updates to the map of science vis.

This commit is contained in:
tankchintan 2011-05-28 00:05:42 +00:00
parent 1c594395aa
commit c79c6cf968
13 changed files with 150 additions and 14 deletions

View file

@ -108,7 +108,7 @@ ScimapMarkerManager = MarkerManager.extend({
marker.focus();
});
},
mouseIn: function(key) {
mouseOut: function(key) {
var marker = this.getMarker(key);
if (marker) {
marker.unfocus();