diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-05 14:52:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 14:52:01 -0400 |
commit | f6e3f7f44aef5bb84173e87869928bd9922aaf96 (patch) | |
tree | 6a731e04faf57c703124f337c5c2723d4ec243f6 /javascript/test/pk.spec.js | |
parent | e521ee84c5a96f478c6d9b10e90edb47549baf5f (diff) | |
parent | 173339ae9accddd184bc83f2c23c5ffae3b08d00 (diff) |
Merge branch 'master' into dbkr/pk_private_export_import
Diffstat (limited to 'javascript/test/pk.spec.js')
-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 d155cf5..b4b119e 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; |