Skip to content

Commit 1f322ca

Browse files
committed
remove
1 parent e96071e commit 1f322ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function escapeFunctionBody(str) {
5353

5454
function generateUID() {
5555
var bytes = crypto.getRandomValues(new Uint8Array(UID_LENGTH));
56-
crypto.webcrypto.getRandomValues(bytes);
5756
var result = '';
5857
for(var i=0; i<UID_LENGTH; ++i) {
5958
result += bytes[i].toString(16);

0 commit comments

Comments
 (0)