Skip to content

c style opening curly braces #426

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

Merged
merged 2 commits into from
May 9, 2016
Merged

c style opening curly braces #426

merged 2 commits into from
May 9, 2016

Conversation

bounceme
Copy link
Collaborator

@bounceme bounceme commented May 8, 2016

#86

One way to fix this, assuming this is after 'function()' or 'if()', are there other places you might see just a opening brace by itself?

@bounceme
Copy link
Collaborator Author

bounceme commented May 8, 2016

for (var i in test)
{
  alert('test');
}

var i =
  {
    j:1
  }

there might be a few issues still

@bounceme bounceme merged commit b3ebfa5 into develop May 9, 2016
@bounceme bounceme deleted the bounceme-patch-1 branch May 9, 2016 03:18
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.

1 participant