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

fixes minor code problems, such as missing semicolons, etc. #26

Merged
merged 2 commits into from
Dec 18, 2014

Conversation

joscha
Copy link
Collaborator

@joscha joscha commented Nov 30, 2014

  • a few forgottons semicolons
  • a few forgotten "new" invocations
  • globals definition for JSHint

@@ -1,3 +1,4 @@
/* global require, process, Buffer, module */
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it for jshint purpose?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it tells JSHint that these symbols exist in the global namespace

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK I see. Thanks 👍

I will add a .jshintrc with a node flag set to true once I merge this PR :-)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, as the branch is on this repo, you can also just reuse it and add the .jshintrc in here and close it together.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, just saw, the branch needs rebasing before anyway...

@thom4parisot thom4parisot modified the milestone: 3.0.0 Dec 7, 2014
@joscha
Copy link
Collaborator Author

joscha commented Dec 7, 2014

@oncletom rebased and added JSHint rules

thom4parisot pushed a commit that referenced this pull request Dec 18, 2014
fixes minor code problems, such as missing semicolons, etc.
@thom4parisot thom4parisot merged commit 314b865 into thom4parisot:master Dec 18, 2014
@thom4parisot
Copy link
Owner

Thanks @joscha 👍

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.

2 participants