Skip to content

Commit

Permalink
Merge pull request jquery-archive#3194 from lamaster/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
gseguin committed Nov 30, 2011
2 parents 3442eb8 + f63f492 commit 807f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/globalconfig.html
Expand Up @@ -84,7 +84,7 @@ <h2>Configurable options</h2>
</dd>

<dt><code>autoInitializePage</code> <em>boolean</em>, default: true</dt>
<dd>When the DOM is ready, the framework should automatically call <code>$.mobile.initializePage</code>. If false, page will not initialize, and will be visually hidden until until <code>$.mobile.initializePage</code> is manually called.</dd>
<dd>When the DOM is ready, the framework should automatically call <code>$.mobile.initializePage</code>. If false, page will not initialize, and will be visually hidden until <code>$.mobile.initializePage</code> is manually called.</dd>

<dt><code>subPageUrlKey</code> <em>string</em>, default: "ui-page"</dt>
<dd>The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to <em>example.html<strong>&ui-page=</strong>subpageIdentifier</em>. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.</dd>
Expand Down

0 comments on commit 807f7bb

Please sign in to comment.