Skip to content

Instantly share code, notes, and snippets.

@bjoerne2
Last active January 21, 2018 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerne2/b5b6cfb23a0b2e69858ee62389424e3b to your computer and use it in GitHub Desktop.
Save bjoerne2/b5b6cfb23a0b2e69858ee62389424e3b to your computer and use it in GitHub Desktop.
autosave.js
editors.AutoSave = Class.create({
options : {
/** Is the autosave enabled ? */
enabled: false,
/** If enabled, how frequent are the savings */
frequency: 5, // minutes
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment