Skip to content

Commit 05df994

Browse files
committed
Update documentation
1 parent 8fe9146 commit 05df994

12 files changed

+15183
-19127
lines changed

docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/interfaces/_makesortable_.sortableoptions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> DOMDriver<wbr>Key</h3
101101
<div class="tsd-signature tsd-kind-icon">DOMDriver<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
102102
<aside class="tsd-sources">
103103
<ul>
104-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L19">makeSortable.ts:19</a></li>
104+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L19">makeSortable.ts:19</a></li>
105105
</ul>
106106
</aside>
107107
</section>
@@ -111,7 +111,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> handle</h3>
111111
<div class="tsd-signature tsd-kind-icon">handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
112112
<aside class="tsd-sources">
113113
<ul>
114-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L18">makeSortable.ts:18</a></li>
114+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L18">makeSortable.ts:18</a></li>
115115
</ul>
116116
</aside>
117117
</section>
@@ -121,7 +121,7 @@ <h3>item<wbr>Selector</h3>
121121
<div class="tsd-signature tsd-kind-icon">item<wbr>Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
122122
<aside class="tsd-sources">
123123
<ul>
124-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L17">makeSortable.ts:17</a></li>
124+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L17">makeSortable.ts:17</a></li>
125125
</ul>
126126
</aside>
127127
</section>
@@ -131,7 +131,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> selection<wbr>Delay</
131131
<div class="tsd-signature tsd-kind-icon">selection<wbr>Delay<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
132132
<aside class="tsd-sources">
133133
<ul>
134-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L20">makeSortable.ts:20</a></li>
134+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L20">makeSortable.ts:20</a></li>
135135
</ul>
136136
</aside>
137137
</section>

docs/interfaces/_makesortable_.sortablesinks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3>dragging</h3>
100100
<div class="tsd-signature tsd-kind-icon">dragging<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Stream</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></div>
101101
<aside class="tsd-sources">
102102
<ul>
103-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L30">makeSortable.ts:30</a></li>
103+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L30">makeSortable.ts:30</a></li>
104104
</ul>
105105
</aside>
106106
</section>
@@ -110,7 +110,7 @@ <h3>update<wbr>Done</h3>
110110
<div class="tsd-signature tsd-kind-icon">update<wbr>Done<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Stream</span><span class="tsd-signature-symbol">&lt;</span><a href="_makesortable_.updateorder.html" class="tsd-signature-type">UpdateOrder</a><span class="tsd-signature-symbol">&gt;</span></div>
111111
<aside class="tsd-sources">
112112
<ul>
113-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L32">makeSortable.ts:32</a></li>
113+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L32">makeSortable.ts:32</a></li>
114114
</ul>
115115
</aside>
116116
</section>
@@ -120,7 +120,7 @@ <h3>update<wbr>Live</h3>
120120
<div class="tsd-signature tsd-kind-icon">update<wbr>Live<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Stream</span><span class="tsd-signature-symbol">&lt;</span><a href="_makesortable_.updateorder.html" class="tsd-signature-type">UpdateOrder</a><span class="tsd-signature-symbol">&gt;</span></div>
121121
<aside class="tsd-sources">
122122
<ul>
123-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L31">makeSortable.ts:31</a></li>
123+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L31">makeSortable.ts:31</a></li>
124124
</ul>
125125
</aside>
126126
</section>

docs/interfaces/_makesortable_.updateorder.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3>index<wbr>Map</h3>
100100
<div class="tsd-signature tsd-kind-icon">index<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
101101
<aside class="tsd-sources">
102102
<ul>
103-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L24">makeSortable.ts:24</a></li>
103+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L24">makeSortable.ts:24</a></li>
104104
</ul>
105105
</aside>
106106
<div class="tsd-type-declaration">
@@ -118,7 +118,7 @@ <h3>new<wbr>Index</h3>
118118
<div class="tsd-signature tsd-kind-icon">new<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
119119
<aside class="tsd-sources">
120120
<ul>
121-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L26">makeSortable.ts:26</a></li>
121+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L26">makeSortable.ts:26</a></li>
122122
</ul>
123123
</aside>
124124
</section>
@@ -128,7 +128,7 @@ <h3>old<wbr>Index</h3>
128128
<div class="tsd-signature tsd-kind-icon">old<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
129129
<aside class="tsd-sources">
130130
<ul>
131-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/makeSortable.ts#L25">makeSortable.ts:25</a></li>
131+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/makeSortable.ts#L25">makeSortable.ts:25</a></li>
132132
</ul>
133133
</aside>
134134
</section>

docs/modules/_eventhandler_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3>handle<wbr>Event</h3>
9191
<li class="tsd-description">
9292
<aside class="tsd-sources">
9393
<ul>
94-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandler.ts#L9">eventHandler.ts:9</a></li>
94+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandler.ts#L9">eventHandler.ts:9</a></li>
9595
</ul>
9696
</aside>
9797
<h4 class="tsd-parameters-title">Parameters</h4>

docs/modules/_eventhandlers_mousedown_.html

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ <h3>Functions</h3>
8181
<ul class="tsd-index-list">
8282
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_eventhandlers_mousedown_.html#adddata" class="tsd-kind-icon">add<wbr>Data</a></li>
8383
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_eventhandlers_mousedown_.html#createghost" class="tsd-kind-icon">create<wbr>Ghost</a></li>
84+
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_eventhandlers_mousedown_.html#findparent" class="tsd-kind-icon">find<wbr>Parent</a></li>
8485
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_eventhandlers_mousedown_.html#hideselected" class="tsd-kind-icon">hide<wbr>Selected</a></li>
8586
<li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_eventhandlers_mousedown_.html#mousedownhandler" class="tsd-kind-icon">mousedown<wbr>Handler</a></li>
8687
</ul>
@@ -96,7 +97,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> select<wbr>Names</h3>
9697
<div class="tsd-signature tsd-kind-icon">select<wbr>Names<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[&#x27;-webkit-touch-callout&#x27;,&#x27;-webkit-user-select&#x27;,&#x27;-khtml-user-select&#x27;,&#x27;-moz-user-select&#x27;,&#x27;-ms-user-select&#x27;,&#x27;user-select&#x27;]</span></div>
9798
<aside class="tsd-sources">
9899
<ul>
99-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousedown.ts#L6">eventHandlers/mousedown.ts:6</a></li>
100+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousedown.ts#L6">eventHandlers/mousedown.ts:6</a></li>
100101
</ul>
101102
</aside>
102103
</section>
@@ -113,7 +114,7 @@ <h3>add<wbr>Data</h3>
113114
<li class="tsd-description">
114115
<aside class="tsd-sources">
115116
<ul>
116-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousedown.ts#L48">eventHandlers/mousedown.ts:48</a></li>
117+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousedown.ts#L59">eventHandlers/mousedown.ts:59</a></li>
117118
</ul>
118119
</aside>
119120
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -139,7 +140,7 @@ <h3>create<wbr>Ghost</h3>
139140
<li class="tsd-description">
140141
<aside class="tsd-sources">
141142
<ul>
142-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousedown.ts#L64">eventHandlers/mousedown.ts:64</a></li>
143+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousedown.ts#L75">eventHandlers/mousedown.ts:75</a></li>
143144
</ul>
144145
</aside>
145146
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -161,6 +162,32 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">VNode</sp
161162
</li>
162163
</ul>
163164
</section>
165+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
166+
<a name="findparent" class="tsd-anchor"></a>
167+
<h3>find<wbr>Parent</h3>
168+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
169+
<li class="tsd-signature tsd-kind-icon">find<wbr>Parent<span class="tsd-signature-symbol">(</span>el<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Element</span>, sel<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Element</span></li>
170+
</ul>
171+
<ul class="tsd-descriptions">
172+
<li class="tsd-description">
173+
<aside class="tsd-sources">
174+
<ul>
175+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousedown.ts#L15">eventHandlers/mousedown.ts:15</a></li>
176+
</ul>
177+
</aside>
178+
<h4 class="tsd-parameters-title">Parameters</h4>
179+
<ul class="tsd-parameters">
180+
<li>
181+
<h5>el: <span class="tsd-signature-type">Element</span></h5>
182+
</li>
183+
<li>
184+
<h5>sel: <span class="tsd-signature-type">string</span></h5>
185+
</li>
186+
</ul>
187+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
188+
</li>
189+
</ul>
190+
</section>
164191
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
165192
<a name="hideselected" class="tsd-anchor"></a>
166193
<h3>hide<wbr>Selected</h3>
@@ -171,7 +198,7 @@ <h3>hide<wbr>Selected</h3>
171198
<li class="tsd-description">
172199
<aside class="tsd-sources">
173200
<ul>
174-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousedown.ts#L54">eventHandlers/mousedown.ts:54</a></li>
201+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousedown.ts#L65">eventHandlers/mousedown.ts:65</a></li>
175202
</ul>
176203
</aside>
177204
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -215,7 +242,7 @@ <h3>mousedown<wbr>Handler</h3>
215242
<li class="tsd-description">
216243
<aside class="tsd-sources">
217244
<ul>
218-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousedown.ts#L15">eventHandlers/mousedown.ts:15</a></li>
245+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousedown.ts#L26">eventHandlers/mousedown.ts:26</a></li>
219246
</ul>
220247
</aside>
221248
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -273,6 +300,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">[</span
273300
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
274301
<a href="_eventhandlers_mousedown_.html#createghost" class="tsd-kind-icon">create<wbr>Ghost</a>
275302
</li>
303+
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
304+
<a href="_eventhandlers_mousedown_.html#findparent" class="tsd-kind-icon">find<wbr>Parent</a>
305+
</li>
276306
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
277307
<a href="_eventhandlers_mousedown_.html#hideselected" class="tsd-kind-icon">hide<wbr>Selected</a>
278308
</li>

docs/modules/_eventhandlers_mousemove_.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>get<wbr>Area</h3>
9595
<li class="tsd-description">
9696
<aside class="tsd-sources">
9797
<ul>
98-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousemove.ts#L60">eventHandlers/mousemove.ts:60</a></li>
98+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousemove.ts#L60">eventHandlers/mousemove.ts:60</a></li>
9999
</ul>
100100
</aside>
101101
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -118,7 +118,7 @@ <h3>get<wbr>Intersection</h3>
118118
<li class="tsd-description">
119119
<aside class="tsd-sources">
120120
<ul>
121-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousemove.ts#L75">eventHandlers/mousemove.ts:75</a></li>
121+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousemove.ts#L75">eventHandlers/mousemove.ts:75</a></li>
122122
</ul>
123123
</aside>
124124
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -147,7 +147,7 @@ <h3>get<wbr>Intersection<wbr>Area</h3>
147147
<li class="tsd-description">
148148
<aside class="tsd-sources">
149149
<ul>
150-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousemove.ts#L65">eventHandlers/mousemove.ts:65</a></li>
150+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousemove.ts#L65">eventHandlers/mousemove.ts:65</a></li>
151151
</ul>
152152
</aside>
153153
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -173,7 +173,7 @@ <h3>mousemove<wbr>Handler</h3>
173173
<li class="tsd-description">
174174
<aside class="tsd-sources">
175175
<ul>
176-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousemove.ts#L6">eventHandlers/mousemove.ts:6</a></li>
176+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousemove.ts#L6">eventHandlers/mousemove.ts:6</a></li>
177177
</ul>
178178
</aside>
179179
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -202,7 +202,7 @@ <h3>update<wbr>Ghost</h3>
202202
<li class="tsd-description">
203203
<aside class="tsd-sources">
204204
<ul>
205-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mousemove.ts#L104">eventHandlers/mousemove.ts:104</a></li>
205+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mousemove.ts#L104">eventHandlers/mousemove.ts:104</a></li>
206206
</ul>
207207
</aside>
208208
<h4 class="tsd-parameters-title">Parameters</h4>

docs/modules/_eventhandlers_mouseup_.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>cleanup</h3>
9393
<li class="tsd-description">
9494
<aside class="tsd-sources">
9595
<ul>
96-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mouseup.ts#L28">eventHandlers/mouseup.ts:28</a></li>
96+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mouseup.ts#L28">eventHandlers/mouseup.ts:28</a></li>
9797
</ul>
9898
</aside>
9999
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -116,7 +116,7 @@ <h3>delete<wbr>Data</h3>
116116
<li class="tsd-description">
117117
<aside class="tsd-sources">
118118
<ul>
119-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mouseup.ts#L38">eventHandlers/mouseup.ts:38</a></li>
119+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mouseup.ts#L38">eventHandlers/mouseup.ts:38</a></li>
120120
</ul>
121121
</aside>
122122
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -148,7 +148,7 @@ <h3>mouseup<wbr>Handler</h3>
148148
<li class="tsd-description">
149149
<aside class="tsd-sources">
150150
<ul>
151-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/eventHandlers/mouseup.ts#L7">eventHandlers/mouseup.ts:7</a></li>
151+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/eventHandlers/mouseup.ts#L7">eventHandlers/mouseup.ts:7</a></li>
152152
</ul>
153153
</aside>
154154
<h4 class="tsd-parameters-title">Parameters</h4>

docs/modules/_helpers_.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3>add<wbr>Data<wbr>Entry</h3>
9292
<li class="tsd-description">
9393
<aside class="tsd-sources">
9494
<ul>
95-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/helpers.ts#L13">helpers.ts:13</a></li>
95+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/helpers.ts#L13">helpers.ts:13</a></li>
9696
</ul>
9797
</aside>
9898
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -121,7 +121,7 @@ <h3>add<wbr>Keys</h3>
121121
<li class="tsd-description">
122122
<aside class="tsd-sources">
123123
<ul>
124-
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/4f6d899/src/helpers.ts#L3">helpers.ts:3</a></li>
124+
<li>Defined in <a href="https://github.com/cyclejs-community/cyclejs-sortable/blob/8fe9146/src/helpers.ts#L3">helpers.ts:3</a></li>
125125
</ul>
126126
</aside>
127127
<h4 class="tsd-parameters-title">Parameters</h4>

0 commit comments

Comments
 (0)