From cb34aa21694912154f983f04debabd91522a4ead Mon Sep 17 00:00:00 2001 From: scottjehl Date: Fri, 1 Apr 2011 12:28:28 -0400 Subject: [PATCH] typo --- docs/api/globalconfig.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html index bcae5518..736ed550 100755 --- a/docs/api/globalconfig.html +++ b/docs/api/globalconfig.html @@ -70,7 +70,7 @@ $(document).bind("mobileinit", function(){
ns (string, default: ""):
-
The namespaced used in data- attributes, for example, data-role. Can be set to anything, including a blank string which is the default. When using, it's clearest if you include a trailing dash, such as "mynamespace-" which maps to data-mynamespace-foo="...".
+
The namespace used in data- attributes, for example, data-role. Can be set to anything, including a blank string which is the default. When using, it's clearest if you include a trailing dash, such as "mynamespace-" which maps to data-mynamespace-foo="...".
subPageUrlKey (string, default: "ui-page"):
The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to example.html&ui-page=subpageIdentifier. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.