Skip to content

Commit

Permalink
Merge pull request tastejs#813 from tastejs/improve-jquery-app
Browse files Browse the repository at this point in the history
Rewrite jQuery app and add routing and abort on escape
  • Loading branch information
sindresorhus committed Feb 4, 2014
2 parents 74d1671 + 3355fd7 commit 9ec9a52
Show file tree
Hide file tree
Showing 9 changed files with 9,325 additions and 8,510 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
bower_components
/bower_components
1 change: 1 addition & 0 deletions architecture-examples/jquery/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bower_components
8 changes: 4 additions & 4 deletions architecture-examples/jquery/bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "todomvc-jquery",
"version": "0.0.0",
"dependencies": {
"jquery": "~1.9.1",
"handlebars": "~1.0.0-rc.3",
"todomvc-common": "~0.1.4"
"todomvc-common": "~0.1.9",
"jquery": "~2.1.0",
"handlebars": "~1.3.0",
"director": "~1.2.2"
}
}
Loading

0 comments on commit 9ec9a52

Please sign in to comment.