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

Minor issue with prototyped methods #74

Closed
vbickov opened this issue Jan 13, 2023 · 1 comment
Closed

Minor issue with prototyped methods #74

vbickov opened this issue Jan 13, 2023 · 1 comment

Comments

@vbickov
Copy link

vbickov commented Jan 13, 2023

Just a suggestion. When you are declaring prototype methods, end them with a semicolon. Some browsers, like Safari on iOS may mistreat method declaration without a semicolon.

aaaa.prototype.bbbb = function() { };

@basil79
Copy link
Owner

basil79 commented Jan 17, 2023

@vbickov , thank you for notice,
fixed lint errors + added semicolons for prototype functions

@basil79 basil79 closed this as completed Jan 17, 2023
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