Closed xitongzou closed 10 years ago
Personally, I'm not interested in IE8 support, but if you'd like to submit Pull Request, you're welcome to :)
I understand if you don't want to add alot of extra code in there for the support, but can you at least make it known in the readme that it will only work for IE9+?
Well, I hadn't tested the library in IE. If you'd like to make a contribution for it, that's fine.
this line...
eR.add('in', function (left, right) { if (!isArray(right)) { right = right.split(','); } return right.indexOf(left) !== -1; });
will break in IE8. You should shim this or use underscore/lodash to fix this.