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

Syntax error SCRIPT5021 in F12 #43

Open
ghost opened this issue Feb 18, 2017 · 0 comments
Open

Syntax error SCRIPT5021 in F12 #43

ghost opened this issue Feb 18, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 18, 2017

When debugging a HTML file using Morphic, I find a error in Morphic.js:

SCRIPT5021: Intervalo inválido no conjunto de carateres
Ficheiro: morphic.js, Linha: 1284, Coluna: 42

This means line 1284, column 42 in morphic.js. This can be fixed by replacing À with \xc0 and ÿ with \xff. The fixed line would look like this:

return aCharacter.match(/[A-z\xc0-\xff0-9]/);

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

0 participants