Solved! Go to Solution.
dojo.connect(featureOutlines, "onMouseOut", function(evt){ // removes wilderness name if ( ! evt.graphic.geometry.contains(evt.mapPoint) ) { dojo.byId("wildName").innerHTML = ""; dojo.style(dojo.byId("wildName"), "display", "none"); } });
dojo.connect(featureOutlines, "onMouseOut", function(evt){ // removes wilderness name if ( ! evt.graphic.geometry.contains(evt.mapPoint) ) { dojo.byId("wildName").innerHTML = ""; dojo.style(dojo.byId("wildName"), "display", "none"); } });