[Pkg-javascript-commits] [backbone] 74/74: one more bound routes example for the road...

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:59:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.3.0
in repository backbone.

commit 3fa14be5a15554c4c02fd31270f0e1bd61203031
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Nov 9 13:39:13 2010 -0500

    one more bound routes example for the road...
---
 index.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/index.html b/index.html
index 7964caf..501f5f9 100644
--- a/index.html
+++ b/index.html
@@ -1329,6 +1329,12 @@ routes: {
 }
 </pre>
 
+<pre>
+controller.bind("route:help", function(page) {
+  ...
+});
+</pre>
+
     <p id="Controller-constructor">
       <b class="header">constructor / initialize</b><code>new Controller([options])</code>
       <br />

-- 
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