Spaces:
Runtime error
Runtime error
| // IE 8- don't enum bug keys | |
| module.exports = ( | |
| 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf' | |
| ).split(','); | |
| // IE 8- don't enum bug keys | |
| module.exports = ( | |
| 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf' | |
| ).split(','); | |