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

Fixed critical error in IE8 #97

Merged
merged 1 commit into from
Jun 30, 2013
Merged

Fixed critical error in IE8 #97

merged 1 commit into from
Jun 30, 2013

Conversation

PallasKatze
Copy link
Contributor

[^] in regular expression causes "Expected ']' in regular expression" error at least in IE8 (other versions are untested). Just replaced [^] by [\s\S].

ashb added a commit that referenced this pull request Jun 30, 2013
Fixed critical error in IE8
@ashb ashb merged commit dc31dac into evilstreak:master Jun 30, 2013
@ashb
Copy link
Collaborator

ashb commented Jun 30, 2013

Ah oops, that just got changed recently - it was \s\S before. I'll add a comment to this to make it clear why we used the form we have.

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