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

standard compliance / IIFE semicolon #13

Open
NadyaNayme opened this issue Mar 26, 2015 · 1 comment
Open

standard compliance / IIFE semicolon #13

NadyaNayme opened this issue Mar 26, 2015 · 1 comment

Comments

@NadyaNayme
Copy link

Per your issue at standard #70

Shouldn't the IIFE snippet be:

;(function () {
    ${0:// body...}
})()

Per standard, lines should not begin with (

@NadyaNayme NadyaNayme changed the title standard compliance standard compliance / IIFE semicolon Mar 26, 2015
@jprichardson
Copy link
Owner

Ooops, yes :)

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