Skip to content
Snippets Groups Projects
  1. Nov 04, 2016
  2. Oct 27, 2016
  3. Oct 24, 2016
  4. Oct 23, 2016
  5. Oct 22, 2016
  6. Oct 20, 2016
  7. Oct 19, 2016
  8. Oct 17, 2016
  9. Oct 16, 2016
    • Ray Schamp's avatar
      Recoupling refactor · 716c979d
      Ray Schamp authored
      Confine the logic for adding/removing event listeners between the VM and the components to the relevant components.  While this tightens the coupling between the component and the environment, it makes using the individual components more self-contained.
      716c979d
  10. Oct 14, 2016
    • Ray Schamp's avatar
      Decoupling refactor · 51d5b7a9
      Ray Schamp authored
      Use fewer refs, these had weird behavior that caused the order of components to matter.
      Attach events eagerly, as soon as the necessary objects are available.
      Make VMManager an actual class instantiated with a VM so we don't have to pass it to every method.
      Use bindAll everywhere for convenience.
      51d5b7a9
  11. Oct 13, 2016
Loading