You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
I just started using jumly to visualize state machines and learned the "hard way" that I can't use "Stop" as a found, as this seems to be a reserved word.
Why is that? Is there a workaround besides renaming my state? I really would like not to check my dynamically created charts for reserved words.
Actually that's a limitation of current version due to its implementation. 9d215dd
It is fact that the error happens if function names defined in jQuery object are given like bind, get or stop.
There is one workaround to use " Stop" or "Stop " containing whitespace to avoid the error.
Hi,
I just started using jumly to visualize state machines and learned the "hard way" that I can't use "Stop" as a found, as this seems to be a reserved word.
Why is that? Is there a workaround besides renaming my state? I really would like not to check my dynamically created charts for reserved words.
To reproduce this, use http://jumly.tmtk.net/try.html
The text was updated successfully, but these errors were encountered: