Skip to content

Instantly share code, notes, and snippets.

@dsimard
Created April 26, 2010 20:17
Show Gist options
  • Save dsimard/379840 to your computer and use it in GitHub Desktop.
Save dsimard/379840 to your computer and use it in GitHub Desktop.
jsk.undo.canUndo(); //returns false
jsk.undo.execute(function() {}, function() {});
jsk.undo.canUndo(); //returns TRUE
jsk.undo.canRedo(); //returns false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment