You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/global-config.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ <h2>Configurable options</h2>
132
132
<dd>The CSS class used for "active" button state.<divclass="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>
<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>
136
136
<br/>
137
137
<dtid="gradeA"><code>gradeA</code><em>function that returns a boolean</em>, default: a function returning the value of $.support.mediaquery</dt>
138
138
<dd>Any support conditions that must be met in order to proceed.</dd>
0 commit comments