Skip to content

minor coding issue #315

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

Closed
kentarou opened this issue Apr 19, 2016 · 0 comments
Closed

minor coding issue #315

kentarou opened this issue Apr 19, 2016 · 0 comments

Comments

@kentarou
Copy link

Some semicolons were omitted in prototype.js Ver.1.7.3.

585c585
<       match = source.match(pattern)

---
>       match = source.match(pattern);
2356c2356
<         iterator = function(node) { parent.appendChild(node); }

---
>         iterator = function(node) { parent.appendChild(node); };`

Thank you.

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