Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4144 from MauriceG/patch-58
Browse files Browse the repository at this point in the history
Docs: Fix typo at return value examples of path.get() (api/methods) [1.1.1]
  • Loading branch information
toddparker committed Apr 20, 2012
2 parents 7a5e652 + dc7e3bf commit c0c718b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/methods.html
Expand Up @@ -560,10 +560,10 @@ <h1>Methods</h1>
<strong>// Returns: /a/</strong>
var dirName = $.mobile.path.get("/a/file.html");

<strong>// Returns: /</strong>
<strong>// Returns: ""</strong>
var dirName = $.mobile.path.get("file.html");

<strong>// Returns: ""</strong>
<strong>// Returns: /</strong>
var dirName = $.mobile.path.get("/file.html");

<strong>// Returns: ?a=1&amp;b=2</strong>
Expand Down

0 comments on commit c0c718b

Please sign in to comment.