1. 17 Jun, 2013 1 commit
    • petehunt's avatar
      Initial add of React TodoMVC to labs · 37589b39
      petehunt authored
      React is a JavaScript library for building user interfaces by Facebook and Instagram. It powers many components on Facebook.com and all of Instagram.com is written with it. We have two TodoMVC examples checked into our repo: this one, which has no dependencies, and another one which showcases Backbone integration. I've only included the first one for now, if you guys think it's a good idea I can put out a PR for the one with Backbone integration.
      
      I read the contributing guide and I think this meets the standards, let me know if I missed something.
      37589b39
  2. 14 Jun, 2013 1 commit
  3. 13 Jun, 2013 1 commit
  4. 12 Jun, 2013 2 commits
  5. 08 Jun, 2013 4 commits
  6. 05 Jun, 2013 1 commit
  7. 04 Jun, 2013 7 commits
  8. 03 Jun, 2013 3 commits
  9. 01 Jun, 2013 2 commits
  10. 31 May, 2013 7 commits
  11. 30 May, 2013 5 commits
  12. 29 May, 2013 5 commits
    • Stephen Sawchuk's avatar
      Merge pull request #579 from stephenplusplus/knockoutjs_require · 3630eda0
      Stephen Sawchuk authored
      knockoutjs_require codestyle.
      3630eda0
    • Stephen Sawchuk's avatar
      knockoutjs_require codestyle. · fcc5981c
      Stephen Sawchuk authored
      fcc5981c
    • Stephen Sawchuk's avatar
      Merge pull request #578 from stephenplusplus/canjs_require · 27850eac
      Stephen Sawchuk authored
      restructured canjs_require + code style.
      27850eac
    • Stephen Sawchuk's avatar
      restructured canjs_require + code style. · ac44ecc6
      Stephen Sawchuk authored
      ac44ecc6
    • Mikael Karon's avatar
      Updated project to TroopJS 2.x · b9756473
      Mikael Karon authored
      * Fix jshint errors.
      * Clean bower_components.
      * Update global, remove local learn.json.
      * Only edit when dblclick on `.view label`.
      * Update title from Template -> TroopJS.
      * Use .toggle (to simplify reading the code).
      * Add support for ESC_KEY during edit.
      * Escape title in template.
      * Use unminified versions of components.
      * Remove comments from html.
      * Remove `type` from script attribute.
      * Remove `baseUrl` from requirejs config.
      * Convert double to single quotes for javascript (in index.html).
      * Move troopjs -> troopjs_require and update the main index.html file to reflect updates in the framework.
      * Use `.focus()` instead of `.select()`.
      * Use Array natives for iteration.
      * Remove redundant package configuration.
      * `else` and `else if` on the same row as bracket.
      * No space before `:`.
      * Break `define` into multiple rows.
      * Simplify filter.
      * Stay consistent with anonymous function usage.
      * Add newlines.
      * Apply the same fix as in tastejs/todomvc@dca5107.
      * Don't quote keys.
      * Remove self evident comments.
      * Update storage code to _always_ restore UI on fail.
      b9756473
  13. 27 May, 2013 1 commit