1. 11 Mar, 2015 3 commits
  2. 10 Mar, 2015 7 commits
  3. 08 Mar, 2015 4 commits
  4. 07 Mar, 2015 1 commit
  5. 02 Mar, 2015 3 commits
  6. 28 Feb, 2015 2 commits
  7. 22 Feb, 2015 1 commit
  8. 21 Feb, 2015 8 commits
  9. 20 Feb, 2015 3 commits
  10. 19 Feb, 2015 4 commits
  11. 17 Feb, 2015 4 commits
    • Sam Saccone's avatar
      Update canjs to use npm not bower. · 65b70d03
      Sam Saccone authored
      Ran into 2 big issues with canjs, napa came in handy once more.
      
      For 1 canjs does not come with a built dist file. Installing from npm
      does not work since they messed up the 2.0.7 release and forgot to
      include a bower dep. thus even installing and building is a no go.
      
      The second pice was @passy's localstorage repo has never been published
      to npm thus i had to get it from the tag on the repo.
      
      Needless to say this was plenty of fun.
      65b70d03
    • Sindre Sorhus's avatar
      Merge pull request #1168 from samccone/sjs/fix-escape-behavior · 5ff915aa
      Sindre Sorhus authored
      Fix spec compliance for Marionette.
      5ff915aa
    • Sam Saccone's avatar
      Fix spec compliance for Marionette. · ca2b6620
      Sam Saccone authored
      What:
      
      In issue #789 @ColinEberhardt pointed out that many of the examples do
      not respect the rule that when a user hits the esc key on an input that
      the input should be cleared and the input state should be left.
      
      Upon investigation I found the Marionette example to have never followed
      this directive.
      
      How:
      
      Due the how the escape key works and the keypress event binding from
      jQuery one must use the keyup event to register for the escape key
      keycode.
      
      Once I intercept the event I instruct the input area to simply rerender.
      This has the desired effect in that it clears the transient input state
      and also due to it rendering new childnodes clears the focus from the
      user.
      ca2b6620
    • Sindre Sorhus's avatar
      Merge pull request #1167 from samccone/sjs/update-marionette · f7ece0f5
      Sindre Sorhus authored
      Update use of initializers
      f7ece0f5