From 03b790f70a26751a99427647f6a67edb1f29dc1c Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas controller.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.)