Skip to content

Instantly share code, notes, and snippets.

@yoko
Created November 16, 2009 11:25
Show Gist options
  • Save yoko/235942 to your computer and use it in GitHub Desktop.
Save yoko/235942 to your computer and use it in GitHub Desktop.
uuid = (function() {
var id = 0;
return function() { return id++; };
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment