Skip to content

Commit

Permalink
Don't need story_id in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Orenstein committed Feb 2, 2012
1 parent 10b7234 commit 983fd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ An example SwappingRouter would look as follows:
"stories": "index",
"stories/new": "newStory"
}
index: function(story_id) {
index: function() {
var view = new Trajectory.Views.StoriesIndex();
this.swap(view);
},
Expand Down

0 comments on commit 983fd74

Please sign in to comment.