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

Fixed possible issues with your js. #17

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

Fixed possible issues with your js. #17

wants to merge 1 commit into from

Commits on Apr 13, 2014

  1. Fixed possible issues with your js.

    I used JSLint on your JS to fix potential issues.
    
    1. Cleaned trailing whitespaces.
    2. Removed unnecessary semicolons.
    3. Added necessary semicolons.
    4. 0 value should be checked using === or !==
    5. Fixed a possible bug where same variable was being declared thrice.
    Aristona committed Apr 13, 2014
    Configuration menu
    Copy the full SHA
    bcda350 View commit details
    Browse the repository at this point in the history