1. May 30, 2017
  2. May 29, 2017
  3. May 26, 2017
  4. May 24, 2017
  5. May 16, 2017
  6. May 12, 2017
  7. May 11, 2017
  8. Apr 23, 2017
  9. Apr 21, 2017
  10. Apr 06, 2017
    • Seth Ament's avatar
      Fixed an issue where event handlers with no return value would block any... · d397a877
      Seth Ament authored
      Fixed an issue where event handlers with no return value would block any further event handlers from executing.
      
      This was caused due to the return value being undefined, and !undefined evaluates to true.
      Fixing that alone would have caused the event stack to never get smaller however, so an else was added to the if statement.
      d397a877
  11. Mar 31, 2017
  12. Nov 06, 2016