mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-18 23:10:24 +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>
|
||||
|
||||
<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