Skip to content
Snippets Groups Projects
Commit bad14db8 authored by Hubert Chathi's avatar Hubert Chathi
Browse files

remove unneeded polyfill

parent 8520168e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment