diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-05 14:54:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 14:54:29 -0400 |
commit | 2cbba061c3f0ce4d7f86c3dc2b7f7fd5f4f45ff7 (patch) | |
tree | 4f4b91087ce8eff6663da117b92db5fd282e2afc /javascript/test | |
parent | 031eb2dc7591b85937668513d44a08991f4b3d8e (diff) | |
parent | 173339ae9accddd184bc83f2c23c5ffae3b08d00 (diff) |
Merge branch 'master' into dbkr/ci2
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; |