From a41c2ce8d1d8da0970a0cff91bd4843f9fbcb6aa Mon Sep 17 00:00:00 2001 From: Robert Gregor Date: Sat, 24 Sep 2011 17:31:35 -0300 Subject: [PATCH] fixed typos and added @deprecated note to the $.mobile.addResolutionBreakpoints method --- docs/api/methods.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api/methods.html b/docs/api/methods.html index 0d42135b..d93c0844 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -216,7 +216,7 @@ $.mobile.hidePageLoadingMsg();
The port specified within the URL. Most URLs rely on the default port for the protocol used, so this may be an empty string most of the time.
protocol
The protocol for the URL including the trailing ':' character.
-
search</dt> +
search
The query component of the URL including the leading '?' character.

But it also contains additional properties that provide access to additional components as well as some common forms of the URL developers access:

@@ -481,7 +481,9 @@ $.mobile.silentScroll(100);
$.mobile.addResolutionBreakpoints (method)
-
Add width breakpoints to the min/max width classes that are added to the HTML element.
+
+

Note: This feature is deprecated in beta, and will be removed after that. We recommend using CSS3 Media Queries instead.

+ Add width breakpoints to the min/max width classes that are added to the HTML element.
· Arguments: