From 0ec7c3c54ad8a95103b46fc6a3dc7ff29497f3f7 Mon Sep 17 00:00:00 2001 From: Kin Blas Date: Thu, 16 Jun 2011 15:18:42 -0700 Subject: [PATCH] Changed the description of the role option for loadPage() and changePage() to reflect some changes to the default value I just checked in. --- docs/api/methods.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/methods.html b/docs/api/methods.html index 0b9f7919..1ac780c5 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -46,7 +46,7 @@
  • transition (string, default: $.mobile.defaultPageTransition) The transition to use when showing the page.
  • reverse (boolean, default: false) Decides what direction the transition will run when showing the page.
  • changeHash (boolean, default: true) Decides if the hash in the location bar should be updated.
  • -
  • role (string, default: "page") The data-role value to be used when displaying the page.
  • +
  • role (string, default: undefined) The data-role value to be used when displaying the page. By default this is undefined which means rely on the value of the @data-role attribute defined on the element.
  • pageContainer (jQuery collection, default: $.mobile.pageContainer) Specifies the element that should contain the page.
  • type (string, default: "get") Specifies the method ("get" or "post") to use when making a page request.