Spaces:
Runtime error
Runtime error
File size: 160 Bytes
1fa8efd | 1 2 3 4 5 | // IE 8- don't enum bug keys
module.exports = (
'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
).split(',');
|