bug fix.
This commit is contained in:
parent
c4b173d496
commit
cab59fcb34
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue