This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
replace helper methods with ES5/ES5 shim #667
Closed
Description
stuff like indexOf and friends are part of ES5 and available in modern browsers. we don't need to redefine these.
for old browsers, we should require that an ES5 shim is loaded with the app.
this one looks respectible: https://github.com/kriskowal/es5-shim