This commit is contained in:
chenxi071990 2014-09-22 14:21:20 +08:00
parent c4b173d496
commit cab59fcb34
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ HAFlow.generateUUID = function() {
d & 1 && (c = e + c);
return c;
};
return b(a(32), 8) + "-" + b(a(16), 4) + "-" + b(16384 | a(12), 4) + "-"
+ b(32768 | a(14), 4) + "-" + b(a(48), 12);
};