1. 18 May, 2012 1 commit
    • 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
  2. 16 May, 2012 18 commits
  3. 14 May, 2012 3 commits
  4. 11 May, 2012 2 commits
  5. 09 May, 2012 1 commit
  6. 08 May, 2012 1 commit
  7. 13 Mar, 2012 1 commit
  8. 12 Mar, 2012 1 commit
  9. 24 Feb, 2012 1 commit
  10. 22 Feb, 2012 3 commits
  11. 21 Feb, 2012 6 commits
  12. 10 Feb, 2012 1 commit
  13. 09 Feb, 2012 1 commit