mapbox/geojsonhint

issues with constructor.name in IE11

Closed this issue · 0 comments

the discussion at mapbox/mapbox-gl-draw#666 (comment) explains the issue with

} else if (type === 'object' && _[name] && _[name].constructor.name !== 'Object') {

a solution is proposed at mapbox/mapbox-gl-draw#666 (comment)