diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-05 10:50:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 10:50:01 -0400 |
commit | 0a25ec137f144d8a9f9a35967bf8999a510910a2 (patch) | |
tree | 6f93203a60ee9ec152d7bcd03ef48320f28d0847 /javascript/test | |
parent | 602c00a8d658e8510e37e841dd06c70f276d0f00 (diff) | |
parent | 173339ae9accddd184bc83f2c23c5ffae3b08d00 (diff) |
Merge branch 'master' into dbkr/wasm
Diffstat (limited to 'javascript/test')
-rw-r--r-- | javascript/test/pk.spec.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/javascript/test/pk.spec.js b/javascript/test/pk.spec.js index 007882f..34f7be5 100644 --- a/javascript/test/pk.spec.js +++ b/javascript/test/pk.spec.js @@ -18,14 +18,6 @@ limitations under the License. var Olm = require('../olm'); -if (!Object.keys) { - Object.keys = function(o) { - var k=[], p; - for (p in o) if (Object.prototype.hasOwnProperty.call(o,p)) k.push(p); - return k; - } -} - describe("pk", function() { var encryption, decryption; |