adopted-ember-addons/ember-light-table
View on GitHubNumber.isNaN and Number.parseInt breaks app in IE
Open
#343 opened on Feb 20, 2017
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