Skip to content

Commit 7f41ad5

Browse files
committed
Throttledresize: fix incorrect description
Fixes gh-261 Closes gh-276
1 parent 4f0225f commit 7f41ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/throttledresize.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="throttledresize" type="event" return="jQuery">
33
<title>throttledresize</title>
4-
<desc>Enables bookmarkable #hash history.</desc>
4+
<desc>Limits the rate of the execution of handlers on resize events.</desc>
55
<longdesc>
66
<p>The jQuery Mobile <code>throttledresize</code> event is a special event that prevents browsers from running continuous callbacks on resize. <code>throttledresize</code> is used internally for orientationchange in browsers like Internet Explorer. <code>throttledresize</code> ensures that a held event will execute after the timeout so logic that depends on the final conditions after a resize is complete will still execute properly.</p>
77
<p>The <code>throttledresize</code> event is triggered if orientationchange is not natively supported.</p>

0 commit comments

Comments
 (0)