[Pkg-javascript-commits] [backbone] 07/09: adding commas to the docs
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:59:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.3.1
in repository backbone.
commit 58e748bd8ab0e9d9b844e901c8b2337e4d2e62e6
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Sun Nov 14 15:59:46 2010 -0500
adding commas to the docs
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index ae61f9b..f1db491 100644
--- a/index.html
+++ b/index.html
@@ -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
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list