-
-
Save Microtribute/da8d26be56102b73e3dad9a7b7fd7fd9 to your computer and use it in GitHub Desktop.
Revisions
-
6174 created this gist
Jul 23, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ //http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);