1. 27 Apr, 2016 1 commit
  2. 21 Apr, 2016 1 commit
  3. 20 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Hide routes from the API when they're not needed. (#3431) · 1b9476c4
      Ian Hickson authored
      The 'routes' table is a point of confusion with new developers. By
      providing a 'home' argument that sets the '/' route, we can delay the
      point at which we teach developers about 'routes' until the point where
      they want to have a second route.
      1b9476c4
  4. 12 Apr, 2016 1 commit
  5. 04 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Use callbacks for sending messages up the app · d748186c
      Ian Hickson authored
      Using .of() to call mutating setters is not great practice since it ties
      
      parts of the app together in ways that prevent reuse and composition.
      
      
      
      Since people are now using the gallery app to copy from, let's use the
      
      better practice of using callbacks.
      d748186c
  6. 25 Mar, 2016 1 commit
  7. 14 Mar, 2016 1 commit
  8. 13 Mar, 2016 1 commit
  9. 12 Mar, 2016 1 commit
  10. 09 Feb, 2016 1 commit