[Pkg-javascript-commits] [backbone] 73/74: removing erroneous mention of History#setLocation

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:59:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.3.0
in repository backbone.

commit 03b790f70a26751a99427647f6a67edb1f29dc1c
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Nov 9 13:29:32 2010 -0500

    removing erroneous mention of History#setLocation
---
 index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 0f00ad0..7964caf 100644
--- a/index.html
+++ b/index.html
@@ -1364,8 +1364,9 @@ initialize: function(options) {
       <b class="header">saveLocation</b><code>controller.saveLocation(fragment)</code>
       <br />
       Whenever you reach a point in your application that you'd like to save
-      as a URL, call <b>saveLocation</b> in order to update the URL fragment 
-      (Delegates to <a href="#History-saveLocation">History#saveLocation</a>).
+      as a URL, call <b>saveLocation</b> in order to update the URL fragment
+      without triggering a <tt>hashchange</tt> event. (If you would prefer to
+      trigger the event and routing, you can just set the hash directly.)
     </p>
     
 <pre>

-- 
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