jbeard4 / SCION

SCXML/Statecharts in JavaScript, moved to gitlab: https://gitlab.com/scion-scxml/scion
https://scion.scxml.io
Apache License 2.0
149 stars 29 forks source link

Reset SAX parser betwen runs #300

Closed jbeard4 closed 9 years ago

jbeard4 commented 9 years ago

SAX parser is currently declared at module level scope. It needs to be reset at least in the module entry point.