Pearson-Higher-Ed / pagination

https://pearson-higher-ed.github.io/pagination/
MIT License
0 stars 0 forks source link

Feature/ie fix #4

Closed nlkluth closed 7 years ago

nlkluth commented 7 years ago

IE doesn't have Array.from and babel does not convert it by default (I believe due to it being a hard conversion). So instead I used babel-friendly code which turns into IE friendly code :)

StommePoes commented 7 years ago

map++

StommePoes commented 7 years ago

@umahaea do we know which tests are failing? I can't see this code affecting anything there.

eajazali87 commented 7 years ago

@StommePoes - The .travis.yml here has selenium tests enabled, that is the reason it is trying to run something which still doesn't exist in "ux-test-platform". We haven't merged the pagination tests into "ux-test-platform" yet.

StommePoes commented 7 years ago

ah whew