From 45ec0213c884227dabf5cb20f5178723043be5a6 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Tue, 25 Feb 2014 17:55:50 +0000 Subject: [PATCH] Throttledresize: fix incorrect description --- entries/throttledresize.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/throttledresize.xml b/entries/throttledresize.xml index 17aed02b..54278067 100644 --- a/entries/throttledresize.xml +++ b/entries/throttledresize.xml @@ -1,7 +1,7 @@ throttledresize - Enables bookmarkable #hash history. + Limits the rate of the execution of handlers on resize events.

The jQuery Mobile throttledresize event is a special event that prevents browsers from running continuous callbacks on resize. throttledresize is used internally for orientationchange in browsers like Internet Explorer. throttledresize 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.

The throttledresize event is triggered if orientationchange is not natively supported.