We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sequenceConfig
It appears there is a bug in this line. I believe it should be
if (typeof sequenceConfig !== 'undefined') { seq.setConf(JSON.parse(sequenceConfig)); }
rather than the existing
if (sequenceConfig !== 'undefined') { seq.setConf(JSON.parse(sequenceConfig)); }
The text was updated successfully, but these errors were encountered:
* Draft implementation of info diagram
44a2e04
* Fix for issue #109
Thanks! Must have come along with the sequence config feature. Should be fixed with the lastest commit. (Not released yet though).
Sorry, something went wrong.
A fix has been included in release 0.3.3
No branches or pull requests
It appears there is a bug in this line. I believe it should be
rather than the existing
The text was updated successfully, but these errors were encountered: