adopted-ember-addons/ember-light-table

Number.isNaN and Number.parseInt breaks app in IE

Open

#343 opened on Feb 20, 2017

View on GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (130 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (312 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi,

I don't think you should use Number.isNaN and Number.parseInt in the lt-body component: https://github.com/offirgolan/ember-light-table/blob/master/addon/components/lt-body.js as it breaks apps in IE. I've tested IE 11. I think you should use a polyfill or isNaN, and parseInt directly.

Thanks, Camille

Contributor guide