mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 23:43:46 +00:00
Remove unneeded getOwnPropertySymbols polyfill
This commit is contained in:
@@ -37,10 +37,3 @@ mocha.setup({
|
||||
expect = chai.expect;
|
||||
|
||||
window.d3 = iD.d3; // TODO: remove
|
||||
|
||||
// Object.getOwnPropertySymbols polyfill (For PhantomJS / IE11) - #6001
|
||||
if (!Object.getOwnPropertySymbols) {
|
||||
Object.defineProperty(Object.prototype, 'getOwnPropertySymbols', {
|
||||
value: function() { return []; }
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user