Kitware / HPCCloud

A Cloud/Web-Based Simulation Environment
https://kitware.github.io/HPCCloud/
Apache License 2.0
50 stars 23 forks source link

Array.prototype.includes has inconsistent support, remove #600

Closed TristanWright closed 7 years ago

TristanWright commented 7 years ago

I started using Array.includes() in a few places, it's not totally supported everywhere though. It shouldn't be an immediate issue until someone tries it on IE.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes#Browser_compatibility

TristanWright commented 7 years ago

oh wait, I'm just doing this in some PR's, will change it there