Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser compatibility in docs #17

Open
rayshan opened this issue May 1, 2013 · 2 comments
Open

Browser compatibility in docs #17

rayshan opened this issue May 1, 2013 · 2 comments

Comments

@rayshan
Copy link

rayshan commented May 1, 2013

Hello. Great library, thanks for all your work.

I see that the code uses array.map(), which isn't available for IE 8 and older. The docs does not state whether there's polyfill for IE. It would be helpful add a browser compatibility section in readme. Thanks.

@jcoglan
Copy link
Owner

jcoglan commented May 1, 2013

Where's the reference to Array.map()? Sylvester dates from 2007 so was developed before this method was available, so it should not depend on it.

@rayshan
Copy link
Author

rayshan commented May 2, 2013

I should have looked deeper. When I saw below in add I automatically thought array.map():
this.map(function(x, i, j) { return x + M[i-1][j-1]; })

But maybe it doesn't hurt to add a note about compatibility in readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants