JacobeanRnD / SCHVIZ

SCXML Visualization
Apache License 2.0
6 stars 1 forks source link

unhighlight all states #62

Closed feyzo closed 9 years ago

feyzo commented 9 years ago

We need an interface to unhighlight all highlighted states.

We currently use this:

$('.highlight text').each(function () {
   var stateName = $(this).html();
   layout.highlightState(stateName, false);
});