[Pkg-javascript-commits] [backbone] 05/09: more mentions of history.start()
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 6eb90e3e1877fad428baa8479a386d6792da6e41
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Fri Nov 12 16:11:34 2010 -0500
more mentions of history.start()
---
index.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/index.html b/index.html
index 501f5f9..6b939fa 100644
--- a/index.html
+++ b/index.html
@@ -1265,6 +1265,11 @@ var othello = NYPL.create({
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 />
--
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