Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 0055e16

Browse files
committed
Merge pull request #4708 from MauriceG/patch-16
Docs: Correct tiny typo options := option (globalconfig.html)
2 parents 8dbf787 + b9012c6 commit 0055e16

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
@@ -110,7 +110,7 @@ <h2>Configurable options</h2>
110110
<dd><em>Warning:</em> Setting this property to true will cause performance degradation on enhancement. Once set, all automatic enhancements made by the framework to each enhanceable element of the user's markup will first check for a <code>data-enhance=false</code> parent node. If one is found the markup will be ignored. This setting and the accompanying data attribute provide a mechanism through which users can prevent enhancement over large sections of markup.</dd>
111111

112112
<dt><code>linkBindingEnabled</code> <em>boolean</em>, default: true</dt>
113-
<dd>jQuery Mobile will automatically bind the clicks on anchor tags in your document. Setting this options to false will prevent all anchor click handling <em>including</em> the addition of active button state and alternate link bluring. This should only be used when attempting to delegate the click management to another library or custom code.</dd>
113+
<dd>jQuery Mobile will automatically bind the clicks on anchor tags in your document. Setting this option to false will prevent all anchor click handling <em>including</em> the addition of active button state and alternate link bluring. This should only be used when attempting to delegate the click management to another library or custom code.</dd>
114114

115115
<dt><code>loadingMessage</code> <em>string</em>, default: "loading"</dt>
116116
<dd>

0 commit comments

Comments
 (0)