- Oct 24, 2016
-
-
Ray Schamp authored
After doing this, new rules began applying for some reason: `eol-last` only began taking the 'always' parameter as of 3.6.0, so I needed to update eslint. `no-unused-var` started warning about process.env after updating the config structure `comma-dangle` decided to start working, maybe because of the upgrade to eslint? Autofixed with --fix
-
- Oct 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 20, 2016
-
-
Tim Mickel authored
-
- Oct 19, 2016
-
-
Tim Mickel authored
-
Ray Schamp authored
-
- Oct 17, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Move behavior-related components to "containers", leave presentation components in "components".
-
- Oct 14, 2016
-
-
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.
-
- Oct 12, 2016
-
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
- Sep 22, 2016
-
-
Ray Schamp authored
-