Skip to content

Commit d1273eb

Browse files
author
Gabriel Schulhof
committed
Global: Improved wording
1 parent db78bbc commit d1273eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/global-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>Configurable options</h2>
132132
<dd>The CSS class used for "active" button state.<div class="warning"><strong>Deprecated</strong> in 1.4 and will be removed in 1.5. The class "ui-focus" will continue to be applied to elements as before.</div></dd>
133133
<br />
134134
<dt id="getMaxScrollForTransition"><code>getMaxScrollForTransition</code> <em>function</em></dt>
135-
<dd>Set a scroll position breakpoint for transitions. If the scroll position is greater than the value returned by this function, transition "none" will be used. The default function returns three times the window height.</dd>
135+
<dd>Set a scroll position breakpoint for transitions. If the scroll position is greater than the value returned by this function, transition "none" will be used. The default function returns three times the height of the window.</dd>
136136
<br />
137137
<dt id="gradeA"><code>gradeA</code> <em>function that returns a boolean</em>, default: a function returning the value of $.support.mediaquery</dt>
138138
<dd>Any support conditions that must be met in order to proceed.</dd>

0 commit comments

Comments
 (0)