Skip to content

Commit

Permalink
adding commas to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 14, 2010
1 parent 8ad010f commit 58e748b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -1283,8 +1283,8 @@ <h2 id="Controller">Backbone.Controller</h2>
var Workspace = Backbone.Controller.extend({

routes: {
"help": "help" // #help
"search/:query": "search" // #search/kiwis
"help": "help", // #help
"search/:query": "search", // #search/kiwis
"search/:query/p:page": "search" // #search/kiwis/p7
},

Expand Down

0 comments on commit 58e748b

Please sign in to comment.