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

Use .charAt() instead of array-style string indexing to appease IE7 and below #14

Merged
merged 1 commit into from
May 8, 2012
Merged

Conversation

mkantor
Copy link
Contributor

@mkantor mkantor commented May 8, 2012

I was getting an error in IE7:

'0' is null or not an object

This was because IE7 and lower do not support array-style string indexes. This pull request includes a tiny change to use .charAt() instead.

@mkantor
Copy link
Contributor Author

mkantor commented May 8, 2012

Maybe I shouldn't have bumped the version number? Apologies if that was presumptuous, I mainly did it for my own purposes.

codler added a commit that referenced this pull request May 8, 2012
Use .charAt() instead of array-style string indexing to appease IE7 and below
@codler codler merged commit 080cf7c into codler:master May 8, 2012
@codler
Copy link
Owner

codler commented May 8, 2012

Thank you for the fix!

It was correctly bumped version so no problem :)

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

Successfully merging this pull request may close these issues.

2 participants