Skip to content

Commit 180b7cf

Browse files
committed
OrientationChange description was incorrect.
1 parent 50148aa commit 180b7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/orientationchange.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<entry name="orientationchange" type="event" return="jQuery">
33
<title>orientationchange</title>
4-
<desc>Enables bookmarkable #hash history.</desc>
4+
<desc>Device Portrait/Landscape Orientation Event</desc>
55
<longdesc>
66
<p>The jQuery Mobile <code>orientationchange</code> event triggers when a device orientation changes, either by turning the device vertically or horizontally. When bound to this event the callback function has the event object. The event object contains an <code>orientation</code> property equal to either "portrait" or "landscape".</p>
77
<p>Note, we bind to the browser's resize event when <code>orientationchange</code> is not natively supported or if <code>$.mobile.orientationChangeEnabled</code> is set to false.</p>

0 commit comments

Comments
 (0)