Skip to content

Commit bc0c5fe

Browse files
committed
Entries: Remove hashchange from navigate event description
- fixes #400
1 parent 796496c commit bc0c5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/navigate.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<entry name="navigate" type="event" return="">
33
<title>navigate</title>
4-
<desc>A wrapper event for both hashchange and popstate</desc>
4+
<desc>A wrapper event for popstate</desc>
55
<longdesc>
6-
<p>The navigate event is a wrapper around both the <code>hashchange</code> and <code>popstate</code> events. In addition to providing a single event for all browsers it also provides a data object in both cases allowing for the unification of handlers. This feature is used by the <code>$.mobile.navigate</code> method to include directionality and URL information.</p>
6+
<p>The navigate event is a wrapper around <code>popstate</code> event. In addition to providing a single event for all browsers it also provides a data object in both cases allowing for the unification of handlers. This feature is used by the <code>$.mobile.navigate</code> method to include directionality and URL information.</p>
77
</longdesc>
88
<example>
99
<desc>Change the hash fragment twice then log the data provided with the navigate event when the browser moves backward through history. NOTE: The state will not be provided by default in browsers that only support hashchange. For that functionality please see the navigate method docs.</desc>

0 commit comments

Comments
 (0)