Skip to content

Commit

Permalink
more mentions of history.start()
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 12, 2010
1 parent 5a32ece commit 6eb90e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Expand Up @@ -1265,6 +1265,11 @@ <h2 id="Controller">Backbone.Controller</h2>
when these issues have been resolved.
</p>

<p>
During page load, after your application has finished creating all of its controllers,
be sure to call <tt>Backbone.history.start()</tt> to route the initial URL.
</p>

<p id="Controller-extend">
<b class="header">extend</b><code>Backbone.Controller.extend(properties, [classProperties])</code>
<br />
Expand Down

0 comments on commit 6eb90e3

Please sign in to comment.