remove workaround for closure compiler that is now causing problems
was added in 5a60e543a5
This commit is contained in:
parent
ab4cbcd01a
commit
8f4b81b512
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ if (typeof(window) !== 'undefined') {
|
||||||
var bytes = nodeCrypto['randomBytes'](buf.length);
|
var bytes = nodeCrypto['randomBytes'](buf.length);
|
||||||
buf.set(bytes);
|
buf.set(bytes);
|
||||||
};
|
};
|
||||||
process = global["process"];
|
|
||||||
} else {
|
} else {
|
||||||
throw new Error("Cannot find global to attach library to");
|
throw new Error("Cannot find global to attach library to");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue