Skip to content

Commit

Permalink
one more bound routes example for the road...
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 9, 2010
1 parent 03b790f commit 3fa14be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,12 @@ <h2 id="Controller">Backbone.Controller</h2>
"folder/:name": "openFolder",
"folder/:name-:mode": "openFolder"
}
</pre>

<pre>
controller.bind("route:help", function(page) {
...
});
</pre>

<p id="Controller-constructor">
Expand Down

0 comments on commit 3fa14be

Please sign in to comment.