remove unneeded polyfill

poljar/cmake_sas
Hubert Chathi 2018-07-09 23:35:40 -04:00
parent 8520168e0b
commit bad14db8da
1 changed files with 0 additions and 8 deletions

View File

@ -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;