Created
April 26, 2010 20:08
-
-
Save dsimard/379819 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jsk.undo.execute(function addUser() { | |
alert("Add user"); | |
// code to add the user | |
}, | |
function removeUser() { | |
alert("Remove user"); | |
// code to remove the previously created user | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment