Skip to content

Commit

Permalink
- a little bit simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicane committed Sep 4, 2010
1 parent 76d208c commit 8f2e302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core.js
Expand Up @@ -384,7 +384,7 @@ Object.extend({

// Unique ID

var UID = Math.floor(Math.random() * 10e12);
var UID = Date.now();

String.uniqueID = function(){
return (UID++).toString(36);
Expand Down

0 comments on commit 8f2e302

Please sign in to comment.