diff --git a/javascript/olm_pre.js b/javascript/olm_pre.js index 314d7da..fa1a3e3 100644 --- a/javascript/olm_pre.js +++ b/javascript/olm_pre.js @@ -14,7 +14,6 @@ if (typeof(window) !== 'undefined') { var bytes = nodeCrypto['randomBytes'](buf.length); buf.set(bytes); }; - process = global["process"]; } else { throw new Error("Cannot find global to attach library to"); }