Skip to content

Commit 807f7bb

Browse files
committed
Merge pull request jquery-archive#3194 from lamaster/patch-1
fix typo
2 parents 3442eb8 + f63f492 commit 807f7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/globalconfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Configurable options</h2>
8484
</dd>
8585

8686
<dt><code>autoInitializePage</code> <em>boolean</em>, default: true</dt>
87-
<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>
87+
<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>
8888

8989
<dt><code>subPageUrlKey</code> <em>string</em>, default: "ui-page"</dt>
9090
<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>

0 commit comments

Comments
 (0)