remove unneeded polyfill
This commit is contained in:
parent
8520168e0b
commit
bad14db8da
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue