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

Commit eae7965

Browse files
committed
Merge pull request #3269 from agcolom/master
minor correction + one addition
2 parents 504582e + 1c301a8 commit eae7965

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/api/data-attributes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ <h2><a href="../lists/docs-lists.html">Listview</a></h2>
281281
<th>data-split-icon</th>
282282
<td>home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search</td>
283283
</tr>
284+
<tr>
285+
<th>data-split-theme</th>
286+
<td>swatch letter (a-z)<td>
287+
</tr>
284288
<tr>
285289
<th>data-theme</th>
286290
<td>swatch letter (a-z)</td>

docs/api/globalconfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>Configurable options</h2>
117117
<dt><code>defaultDialogTransition</code> <em>string</em>, default: 'pop'</dt>
118118
<dd>Set the default transition for dialog changes that use Ajax. Set to 'none' for no transitions by default.</dd>
119119

120-
<dt><code>minScrollBack</code> <em>string</em>, default: 150</dt>
120+
<dt><code>minScrollBack</code> <em>string</em>, default: 250</dt>
121121
<dd>Minimum scroll distance that will be remembered when returning to a page. </dd>
122122

123123
<dt><code>loadingMessage</code> <em>string</em>, default: "loading"</dt>

0 commit comments

Comments
 (0)