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
It must be possible to save the application state and restore it later. JSON format must be used.
The text was updated successfully, but these errors were encountered:
Yet only works with Chrome...
Sorry, something went wrong.
Uncommented needed argument. Relates to #136.
96bc0c5
Better now for HTML5 browsers that support the link download attribute: see http://caniuse.com/#feat=download.
Must add some safe check to see if the state can be applied to the data (what if they are different?).
Add listeners to application and draw tool. Connect them. Finish the
9d04a8a
state url loading (relates to #136) using loadend event.
Simple state seems enough for now...
ivmartel
No branches or pull requests
It must be possible to save the application state and restore it later. JSON format must be used.
The text was updated successfully, but these errors were encountered: