mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-08 03:00:26 -04:00
adding commas to the docs
This commit is contained in:
@@ -1283,8 +1283,8 @@ var othello = NYPL.create({
|
||||
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
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user