From 233f5720bdb64a53c5d8c885b8c38001f023acd5 Mon Sep 17 00:00:00 2001 From: Chetan K Jain Date: Tue, 10 Jan 2012 21:00:14 +0530 Subject: [PATCH] fixes #3400 --- docs/api/methods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/methods.html b/docs/api/methods.html index dc84eb9d..d4835330 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -466,7 +466,7 @@ var isRel = $.mobile.path.isRelativeUrl("#foo");
url (string, required) A relative or absolute URL.
· Return Value
-
This function returns a boolean true if the URL is absolute, false if it is absolute.
+
This function returns a boolean true if the URL is absolute, false if not.