1. 23 Sep, 2013 1 commit
    • Jeremy Darling's avatar
      Minor bug fix in controller.js Controller.prototype.removeItem · 1e0e1908
      Jeremy Darling authored
      Controller.prototype.removeItem did not check if the item was available
      via the DOM before calling removeChild.  If you were only viewing
      "active" and clicked the "Clear completed" button it would result in an
      error.  Wrapped the remvoeChild call in an if statement to validate
      existence of the elememnt.
      1e0e1908
  2. 17 Sep, 2013 2 commits
  3. 07 Sep, 2013 1 commit
  4. 06 Sep, 2013 16 commits
  5. 05 Sep, 2013 7 commits
  6. 04 Sep, 2013 2 commits
  7. 02 Sep, 2013 1 commit
  8. 01 Sep, 2013 2 commits
  9. 31 Aug, 2013 1 commit
  10. 29 Aug, 2013 1 commit
    • Pascal Hartig's avatar
      flight: upgrade libraries · 28e16092
      Pascal Hartig authored
      Upgraded to flight 1.0.4 which removed `Component#bind` in favor of the native
      or polyfilled `Function#bind` and used the new require.js bower format.
      
      Waiting for @phuu to upgrade to Flight 1.1. :)
      28e16092
  11. 28 Aug, 2013 2 commits
  12. 27 Aug, 2013 4 commits