Skip to content

Commit 833526e

Browse files
committed
Fix for issue jquery-archive#3305 - Confusing documentation about dataUrl in changePage
- Changed 'data-url' to 'dataUrl' to match actual implementation.
1 parent 3c57f57 commit 833526e

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
@@ -52,7 +52,7 @@ <h1>Methods</h1>
5252
<li>Used only when the 'to' argument of changePage() is a URL.</li>
5353
</ul>
5454
</li>
55-
<li><code>data-url</code> (string, default: undefined) The URL to use when updating the browser location upon changePage completion.
55+
<li><code>dataUrl</code> (string, default: undefined) The URL to use when updating the browser location upon changePage completion.
5656
If not specified, the value of the data-url attribute of the page element is used.</li>
5757
<li><code>pageContainer</code> (jQuery collection, default: $.mobile.pageContainer) Specifies the element that should contain the page. </li>
5858
<li><code>reloadPage</code> (<em>boolean</em>, default: false) Forces a reload of a page, even if it is already in the DOM of the page container.

0 commit comments

Comments
 (0)