mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-16 18:41:06 +00:00
Merge pull request #3401 from chetankjain/patch-4
fixes #3400. Thanks chetankjain!
This commit is contained in:
commit
db2829bc29
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>
|
<dd><code>url</code> (<em>string</em>, required) A relative or absolute URL.</dd>
|
||||||
|
|
||||||
<dt><code>·</code> Return Value</dt>
|
<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>
|
</dl>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue