Skip to content

Commit 854f4c5

Browse files
Throttledresize: Replaced throttleresize by throttledresize. Fixes jquery-archive/jquery-mobile#6210.
1 parent 56cca39 commit 854f4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/throttledresize.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<title>throttledresize</title>
44
<desc>Enables bookmarkable #hash history.</desc>
55
<longdesc>
6-
<p>The jQuery Mobile <code>throttleresize</code> event is a special event that prevents browsers from running continuous callbacks on resize. <code>throttleresize</code> is used internally for orientationchange in browsers like Internet Explorer. <code>throttleresize</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>
7-
<p>The <code>throttleresize</code> event is triggered if orientationchange is not natively supported.</p>
6+
<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>
7+
<p>The <code>throttledresize</code> event is triggered if orientationchange is not natively supported.</p>
88
<p>This event triggers when the browser window resizes from:</p>
99
<ol>
1010
<li>an orientation change (orientation-enabled device);</li>

0 commit comments

Comments
 (0)