From 833526e18ff8d0d1ecc4cb0c4231102ff783e0fd Mon Sep 17 00:00:00 2001 From: "jblas@adobe.com" Date: Tue, 20 Dec 2011 09:50:33 -0800 Subject: [PATCH] Fix for issue #3305 - Confusing documentation about dataUrl in changePage - Changed 'data-url' to 'dataUrl' to match actual implementation. --- docs/api/methods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/methods.html b/docs/api/methods.html index ebd2f78b..316558c5 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -52,7 +52,7 @@
  • Used only when the 'to' argument of changePage() is a URL.
  • -
  • data-url (string, default: undefined) The URL to use when updating the browser location upon changePage completion. +
  • dataUrl (string, default: undefined) The URL to use when updating the browser location upon changePage completion. If not specified, the value of the data-url attribute of the page element is used.
  • pageContainer (jQuery collection, default: $.mobile.pageContainer) Specifies the element that should contain the page.
  • reloadPage (boolean, default: false) Forces a reload of a page, even if it is already in the DOM of the page container.