Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

fix easy jshint errors #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pbakondy
Copy link

@pbakondy pbakondy commented Feb 8, 2016

Fix jshint errors:

  • Missing semicolon
  • Creating global variable
  • Use '!==' to compare
  • Variable is already defined
  • ['app_id'] is better written in dot notation
  • Bad escaping of EOL

Remove trailing whitespaces.

Fix jshint errors:
- Missing semicolon
- Creating global variable
- Use '!==' to compare
- Variable is already defined
- ['app_id'] is better written in dot notation
- Bad escaping of EOL

Remove trailing whitespaces.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant