[Pkg-javascript-commits] [backbone] 23/281: Issue #613 .. only call history.start() on domready.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit 6ed5e45a2b5b1e0d55c2c3b2ff65c4b6d4d7942e
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Sep 14 12:53:35 2011 -0400
Issue #613 .. only call history.start() on domready.
---
index.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/index.html b/index.html
index 892360e..d4284b3 100644
--- a/index.html
+++ b/index.html
@@ -1642,6 +1642,12 @@ app.navigate("help/troubleshooting", true);
If the server has already rendered the entire page, and you don't want the
initial route to trigger when starting History, pass <tt>silent: true</tt>.
</p>
+
+ <p>
+ Because hash-based history in Internet Explorer relies on an
+ <tt><iframe></tt>, be sure to only call <tt>start()</tt> after the DOM
+ is ready.
+ </p>
<pre>
$(function(){
--
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