From 03b790f70a26751a99427647f6a67edb1f29dc1c Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Tue, 9 Nov 2010 13:29:32 -0500 Subject: [PATCH] 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 0f00ad0e..7964caff 100644 --- a/index.html +++ b/index.html @@ -1364,8 +1364,9 @@ initialize: function(options) { saveLocationcontroller.saveLocation(fragment)
Whenever you reach a point in your application that you'd like to save - as a URL, call saveLocation in order to update the URL fragment - (Delegates to History#saveLocation). + as a URL, call saveLocation in order to update the URL fragment + without triggering a hashchange event. (If you would prefer to + trigger the event and routing, you can just set the hash directly.)