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

Running Wt.js through jshint #62

Closed
wants to merge 1 commit into from
Closed

Conversation

rgraebert
Copy link
Contributor

This solves most of the issues raised by jshint:

  • == instead of ===
  • != instead of !==
  • extra semicolons
  • inner functions not at the beginning of outer functions
  • duplicate variables
  • constructors without ()

Remaining issues relate to eval.

This solves most of the issues raised by jshint:
- == instead of ===
- != instead of !==
- extra semicolons
- inner functions not at the beginning of outer functions
- duplicate variables
- constructors without ()

Remaining issues relate to eval.
@emweb
Copy link
Collaborator

emweb commented Oct 5, 2017

While we may want to update the Wt.js code to be in line with all JavaScript best practices (although opinions can vary wildly about what that means), this PR is now too old, and won't merge properly anymore.

Regards,
Roel

@emweb emweb closed this Oct 5, 2017
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