mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 13:58:06 -05:00
one more bound routes example for the road...
This commit is contained in:
@@ -1327,6 +1327,12 @@ routes: {
|
||||
"folder/:name": "openFolder",
|
||||
"folder/:name-:mode": "openFolder"
|
||||
}
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
controller.bind("route:help", function(page) {
|
||||
...
|
||||
});
|
||||
</pre>
|
||||
|
||||
<p id="Controller-constructor">
|
||||
|
||||
Reference in New Issue
Block a user