• Tristan Cavelier's avatar
    Fix some errors and bugs. · fcce672d
    Tristan Cavelier authored
    - Unexpected Results:
    object.attr || true (-> always true)
    is completly different than
    object.attr !== undefined ? oject.attr : true (-> if attr is defined then attr else true)
    - Adding few semicolon at the end of some instructions.
    - Adding few comments to improve reading comprehension.
    fcce672d
jio.js 48.4 KB