Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9cb8af7

Browse files
committedNov 4, 2012
Docs: corrected example in api/methods.html
1 parent 9c0430c commit 9cb8af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/api/methods.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ <h1>Methods</h1>
607607
var dirName = $.mobile.path.get("?a=1&amp;b=2");
608608

609609
<strong>// Returns: foo</strong>
610-
var dirName = $.mobile.path.isAbsoluteUrl("#foo");
610+
var dirName = $.mobile.path.get("#foo");
611611

612612

613613
</code>

0 commit comments

Comments
 (0)
Please sign in to comment.