functional-javascript icon indicating copy to clipboard operation
functional-javascript copied to clipboard

to-function.js: Implements ECMAsplit for IE6 but uses Array.prototype.indexOf w/o shim.

Open fschaefer opened this issue 13 years ago • 0 comments

to-function.js:204 implements String.prototype.ECMAsplit as "ECMAScript-compliant" version of String.prototype.split for IE6.

to-function.js:103 also uses Array.prototype.indexOf without a shim. AFAIK this isn't available for <IE9.

fschaefer avatar Oct 24 '12 16:10 fschaefer