mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
fixes #3400
This commit is contained in:
parent
92fd8f663c
commit
b07f347787
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ var isRel = $.mobile.path.isRelativeUrl("#foo");
|
|||
<dd><code>url</code> (<em>string</em>, required) A relative or absolute URL.</dd>
|
||||
|
||||
<dt><code>·</code> Return Value</dt>
|
||||
<dd>This function returns a boolean true if the URL is absolute, false if it is absolute.</dd>
|
||||
<dd>This function returns a boolean true if the URL is absolute, false if not.</dd>
|
||||
|
||||
</dl>
|
||||
</dd>
|
||||
|
|
|
|||
Loading…
Reference in a new issue