@mkody/twitch-emoticons 2.9.3 → 2.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsdoc.json +12 -5
- package/.nvmrc +1 -1
- package/dist/TwitchEmoticons.min.js +11 -11
- package/dist/TwitchEmoticons.min.js.map +4 -4
- package/docs/BTTVEmote.html +72 -72
- package/docs/Channel.html +19 -19
- package/docs/Collection.html +25 -25
- package/docs/Emote.html +63 -33
- package/docs/EmoteFetcher.html +426 -366
- package/docs/EmoteParser.html +378 -3
- package/docs/FFZEmote.html +82 -82
- package/docs/SevenTVEmote.html +77 -77
- package/docs/TwitchEmote.html +68 -68
- package/docs/index.html +3 -3
- package/docs/struct_BTTVEmote.js.html +2 -2
- package/docs/struct_Channel.js.html +2 -2
- package/docs/struct_Emote.js.html +3 -2
- package/docs/struct_EmoteFetcher.js.html +4 -2
- package/docs/struct_EmoteParser.js.html +22 -3
- package/docs/struct_FFZEmote.js.html +2 -2
- package/docs/struct_SevenTVEmote.js.html +2 -2
- package/docs/struct_TwitchEmote.js.html +2 -2
- package/docs/util_Collection.js.html +4 -3
- package/package.json +14 -14
- package/src/struct/Emote.js +1 -0
- package/src/struct/EmoteFetcher.js +2 -0
- package/src/struct/EmoteParser.js +20 -1
- package/src/util/Collection.js +1 -0
- package/test/SevenTV.test.js +4 -4
- package/test/__snapshots__/ToFromObject.test.js.snap +1 -1
- package/test/other.test.js +60 -1
- package/typings/index.d.ts +4 -4
- package/docs/SevenTV.html +0 -1191
package/docs/Channel.html
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="BTTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="https://github.com/mkody/twitch-emoticons" target="_blank" class="menu-item" id="github_link" >GitHub</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="BTTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="Emote.html">Emote</a><ul class='methods'><li data-type='method'><a href="Emote.html#toObject">toObject</a></li></ul></li><li><a href="EmoteFetcher.html">EmoteFetcher</a><ul class='methods'><li data-type='method'><a href="EmoteFetcher.html#fetchTwitchEmotes">fetchTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fromObject">fromObject</a></li></ul></li><li><a href="EmoteParser.html">EmoteParser</a><ul class='methods'><li data-type='method'><a href="EmoteParser.html#parse">parse</a></li></ul></li><li><a href="FFZEmote.html">FFZEmote</a><ul class='methods'><li data-type='method'><a href="FFZEmote.html#toLink">toLink</a></li><li data-type='method'><a href="FFZEmote.html#toObject">toObject</a></li><li data-type='method'><a href="FFZEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="SevenTVEmote.html">SevenTVEmote</a><ul class='methods'><li data-type='method'><a href="SevenTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="SevenTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="SevenTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="TwitchEmote.html">TwitchEmote</a><ul class='methods'><li data-type='method'><a href="TwitchEmote.html#toLink">toLink</a></li><li data-type='method'><a href="TwitchEmote.html#toObject">toObject</a></li><li data-type='method'><a href="TwitchEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Collection.html">Collection</a><ul class='methods'><li data-type='method'><a href="Collection.html#find">find</a></li><li data-type='method'><a href="Collection.html#filter">filter</a></li><li data-type='method'><a href="Collection.html#map">map</a></li></ul></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
|
|
242
|
-
<h4 class="name" id="
|
|
242
|
+
<h4 class="name" id="fetcher"><span class="type-signature"></span>fetcher<span class="type-signature"> :<a href="EmoteFetcher.html">EmoteFetcher</a></span></h4>
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
|
|
@@ -248,14 +248,13 @@
|
|
|
248
248
|
<dl class="details">
|
|
249
249
|
|
|
250
250
|
<dt class="tag-description">Description:</dt>
|
|
251
|
-
<dd class="tag-description"><ul class="dummy"><li><p>The
|
|
252
|
-
For the global channel, the ID will be null.</p></li></ul></dd>
|
|
251
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The emote fetcher.</p></li></ul></dd>
|
|
253
252
|
|
|
254
253
|
|
|
255
254
|
|
|
256
255
|
<dt class="tag-source">Source:</dt>
|
|
257
256
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
258
|
-
<a href="struct_Channel.js.html">struct/Channel.js</a>, <a href="struct_Channel.js.html#
|
|
257
|
+
<a href="struct_Channel.js.html">struct/Channel.js</a>, <a href="struct_Channel.js.html#line14">line 14</a>
|
|
259
258
|
</li></ul></dd>
|
|
260
259
|
|
|
261
260
|
|
|
@@ -295,8 +294,7 @@ For the global channel, the ID will be null.</p></li></ul></dd>
|
|
|
295
294
|
|
|
296
295
|
|
|
297
296
|
<div class="description usertext">
|
|
298
|
-
<p>The
|
|
299
|
-
For the global channel, the ID will be null.</p>
|
|
297
|
+
<p>The emote fetcher.</p>
|
|
300
298
|
</div>
|
|
301
299
|
|
|
302
300
|
|
|
@@ -305,7 +303,7 @@ For the global channel, the ID will be null.</p>
|
|
|
305
303
|
<ul>
|
|
306
304
|
<li>
|
|
307
305
|
|
|
308
|
-
<span class="param-type">
|
|
306
|
+
<span class="param-type"><a href="EmoteFetcher.html">EmoteFetcher</a></span>
|
|
309
307
|
|
|
310
308
|
|
|
311
309
|
|
|
@@ -319,7 +317,7 @@ For the global channel, the ID will be null.</p>
|
|
|
319
317
|
|
|
320
318
|
|
|
321
319
|
|
|
322
|
-
<h4 class="name" id="
|
|
320
|
+
<h4 class="name" id="channel_id"><span class="type-signature type-signature-nullable">(nullable) </span>channel_id<span class="type-signature"> :int</span></h4>
|
|
323
321
|
|
|
324
322
|
|
|
325
323
|
|
|
@@ -328,13 +326,14 @@ For the global channel, the ID will be null.</p>
|
|
|
328
326
|
<dl class="details">
|
|
329
327
|
|
|
330
328
|
<dt class="tag-description">Description:</dt>
|
|
331
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
329
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The ID of this channel.<br>
|
|
330
|
+
For the global channel, the ID will be null.</p></li></ul></dd>
|
|
332
331
|
|
|
333
332
|
|
|
334
333
|
|
|
335
334
|
<dt class="tag-source">Source:</dt>
|
|
336
335
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
337
|
-
<a href="struct_Channel.js.html">struct/Channel.js</a>, <a href="struct_Channel.js.html#
|
|
336
|
+
<a href="struct_Channel.js.html">struct/Channel.js</a>, <a href="struct_Channel.js.html#line21">line 21</a>
|
|
338
337
|
</li></ul></dd>
|
|
339
338
|
|
|
340
339
|
|
|
@@ -374,7 +373,8 @@ For the global channel, the ID will be null.</p>
|
|
|
374
373
|
|
|
375
374
|
|
|
376
375
|
<div class="description usertext">
|
|
377
|
-
<p>
|
|
376
|
+
<p>The ID of this channel.<br>
|
|
377
|
+
For the global channel, the ID will be null.</p>
|
|
378
378
|
</div>
|
|
379
379
|
|
|
380
380
|
|
|
@@ -383,7 +383,7 @@ For the global channel, the ID will be null.</p>
|
|
|
383
383
|
<ul>
|
|
384
384
|
<li>
|
|
385
385
|
|
|
386
|
-
<span class="param-type"
|
|
386
|
+
<span class="param-type">int</span>
|
|
387
387
|
|
|
388
388
|
|
|
389
389
|
|
|
@@ -397,7 +397,7 @@ For the global channel, the ID will be null.</p>
|
|
|
397
397
|
|
|
398
398
|
|
|
399
399
|
|
|
400
|
-
<h4 class="name" id="
|
|
400
|
+
<h4 class="name" id="emotes"><span class="type-signature"></span>emotes<span class="type-signature"> :<a href="Collection.html">Collection</a>.<string, <a href="Emote.html">Emote</a>></span></h4>
|
|
401
401
|
|
|
402
402
|
|
|
403
403
|
|
|
@@ -406,13 +406,13 @@ For the global channel, the ID will be null.</p>
|
|
|
406
406
|
<dl class="details">
|
|
407
407
|
|
|
408
408
|
<dt class="tag-description">Description:</dt>
|
|
409
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
409
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Cached emotes belonging to this channel.</p></li></ul></dd>
|
|
410
410
|
|
|
411
411
|
|
|
412
412
|
|
|
413
413
|
<dt class="tag-source">Source:</dt>
|
|
414
414
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
415
|
-
<a href="struct_Channel.js.html">struct/Channel.js</a>, <a href="struct_Channel.js.html#
|
|
415
|
+
<a href="struct_Channel.js.html">struct/Channel.js</a>, <a href="struct_Channel.js.html#line27">line 27</a>
|
|
416
416
|
</li></ul></dd>
|
|
417
417
|
|
|
418
418
|
|
|
@@ -452,7 +452,7 @@ For the global channel, the ID will be null.</p>
|
|
|
452
452
|
|
|
453
453
|
|
|
454
454
|
<div class="description usertext">
|
|
455
|
-
<p>
|
|
455
|
+
<p>Cached emotes belonging to this channel.</p>
|
|
456
456
|
</div>
|
|
457
457
|
|
|
458
458
|
|
|
@@ -461,7 +461,7 @@ For the global channel, the ID will be null.</p>
|
|
|
461
461
|
<ul>
|
|
462
462
|
<li>
|
|
463
463
|
|
|
464
|
-
<span class="param-type"><a href="
|
|
464
|
+
<span class="param-type"><a href="Collection.html">Collection</a>.<string, <a href="Emote.html">Emote</a>></span>
|
|
465
465
|
|
|
466
466
|
|
|
467
467
|
|
|
@@ -811,7 +811,7 @@ For the global channel, the ID will be null.</p>
|
|
|
811
811
|
<br class="clear">
|
|
812
812
|
|
|
813
813
|
<footer>
|
|
814
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.
|
|
814
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
815
815
|
</footer>
|
|
816
816
|
|
|
817
817
|
<script>prettyPrint();</script>
|
package/docs/Collection.html
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="BTTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="https://github.com/mkody/twitch-emoticons" target="_blank" class="menu-item" id="github_link" >GitHub</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="BTTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="Emote.html">Emote</a><ul class='methods'><li data-type='method'><a href="Emote.html#toObject">toObject</a></li></ul></li><li><a href="EmoteFetcher.html">EmoteFetcher</a><ul class='methods'><li data-type='method'><a href="EmoteFetcher.html#fetchTwitchEmotes">fetchTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fromObject">fromObject</a></li></ul></li><li><a href="EmoteParser.html">EmoteParser</a><ul class='methods'><li data-type='method'><a href="EmoteParser.html#parse">parse</a></li></ul></li><li><a href="FFZEmote.html">FFZEmote</a><ul class='methods'><li data-type='method'><a href="FFZEmote.html#toLink">toLink</a></li><li data-type='method'><a href="FFZEmote.html#toObject">toObject</a></li><li data-type='method'><a href="FFZEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="SevenTVEmote.html">SevenTVEmote</a><ul class='methods'><li data-type='method'><a href="SevenTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="SevenTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="SevenTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="TwitchEmote.html">TwitchEmote</a><ul class='methods'><li data-type='method'><a href="TwitchEmote.html#toLink">toLink</a></li><li data-type='method'><a href="TwitchEmote.html#toObject">toObject</a></li><li data-type='method'><a href="TwitchEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Collection.html">Collection</a><ul class='methods'><li data-type='method'><a href="Collection.html#find">find</a></li><li data-type='method'><a href="Collection.html#filter">filter</a></li><li data-type='method'><a href="Collection.html#map">map</a></li></ul></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
|
|
81
81
|
<dt class="tag-source">Source:</dt>
|
|
82
82
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
83
|
-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#
|
|
83
|
+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line2">line 2</a>
|
|
84
84
|
</li></ul></dd>
|
|
85
85
|
|
|
86
86
|
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
|
|
173
|
-
<h4 class="name" id="
|
|
173
|
+
<h4 class="name" id="find"><span class="type-signature"></span>find<span class="signature">(propOrFunc, value<span class="signature-attributes">opt</span>)</span><span class="type-signature"> → {any}</span></h4>
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
|
|
@@ -180,14 +180,14 @@
|
|
|
180
180
|
<dl class="details">
|
|
181
181
|
|
|
182
182
|
<dt class="tag-description">Description:</dt>
|
|
183
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
184
|
-
Same as <code>Array#
|
|
183
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Finds first matching value by property or function.<br>
|
|
184
|
+
Same as <code>Array#find</code>.</p></li></ul></dd>
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
|
|
188
188
|
<dt class="tag-source">Source:</dt>
|
|
189
189
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
190
|
-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#
|
|
190
|
+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line14">line 14</a>
|
|
191
191
|
</li></ul></dd>
|
|
192
192
|
|
|
193
193
|
|
|
@@ -261,12 +261,15 @@ Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
|
261
261
|
|
|
262
262
|
<tr>
|
|
263
263
|
|
|
264
|
-
<td class="name"><code>
|
|
264
|
+
<td class="name"><code>propOrFunc</code></td>
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
<td class="type">
|
|
268
268
|
|
|
269
269
|
|
|
270
|
+
<span class="param-type">string</span>
|
|
271
|
+
|
|
|
272
|
+
|
|
270
273
|
<span class="param-type">function</span>
|
|
271
274
|
|
|
272
275
|
|
|
@@ -286,14 +289,14 @@ Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
|
286
289
|
|
|
287
290
|
|
|
288
291
|
|
|
289
|
-
<td class="description last"><p>
|
|
292
|
+
<td class="description last"><p>Property or function to test.</p></td>
|
|
290
293
|
</tr>
|
|
291
294
|
|
|
292
295
|
|
|
293
296
|
|
|
294
297
|
<tr>
|
|
295
298
|
|
|
296
|
-
<td class="name"><code>
|
|
299
|
+
<td class="name"><code>value</code></td>
|
|
297
300
|
|
|
298
301
|
|
|
299
302
|
<td class="type">
|
|
@@ -320,7 +323,7 @@ Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
|
320
323
|
|
|
321
324
|
|
|
322
325
|
|
|
323
|
-
<td class="description last"><p>
|
|
326
|
+
<td class="description last"><p>Value to find.</p></td>
|
|
324
327
|
</tr>
|
|
325
328
|
|
|
326
329
|
|
|
@@ -353,7 +356,7 @@ Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
|
353
356
|
</dt>
|
|
354
357
|
<dd>
|
|
355
358
|
|
|
356
|
-
<span class="param-type"
|
|
359
|
+
<span class="param-type">any</span>
|
|
357
360
|
|
|
358
361
|
|
|
359
362
|
|
|
@@ -369,7 +372,7 @@ Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
|
369
372
|
|
|
370
373
|
|
|
371
374
|
|
|
372
|
-
<h4 class="name" id="
|
|
375
|
+
<h4 class="name" id="filter"><span class="type-signature"></span>filter<span class="signature">(func, thisArg<span class="signature-attributes">opt</span>)</span><span class="type-signature"> → {<a href="Collection.html">Collection</a>}</span></h4>
|
|
373
376
|
|
|
374
377
|
|
|
375
378
|
|
|
@@ -379,14 +382,14 @@ Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
|
379
382
|
<dl class="details">
|
|
380
383
|
|
|
381
384
|
<dt class="tag-description">Description:</dt>
|
|
382
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
383
|
-
Same as <code>Array#
|
|
385
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Filters cache by function.<br>
|
|
386
|
+
Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
384
387
|
|
|
385
388
|
|
|
386
389
|
|
|
387
390
|
<dt class="tag-source">Source:</dt>
|
|
388
391
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
389
|
-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#
|
|
392
|
+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line44">line 44</a>
|
|
390
393
|
</li></ul></dd>
|
|
391
394
|
|
|
392
395
|
|
|
@@ -460,15 +463,12 @@ Same as <code>Array#find</code>.</p></li></ul></dd>
|
|
|
460
463
|
|
|
461
464
|
<tr>
|
|
462
465
|
|
|
463
|
-
<td class="name"><code>
|
|
466
|
+
<td class="name"><code>func</code></td>
|
|
464
467
|
|
|
465
468
|
|
|
466
469
|
<td class="type">
|
|
467
470
|
|
|
468
471
|
|
|
469
|
-
<span class="param-type">string</span>
|
|
470
|
-
|
|
|
471
|
-
|
|
472
472
|
<span class="param-type">function</span>
|
|
473
473
|
|
|
474
474
|
|
|
@@ -488,14 +488,14 @@ Same as <code>Array#find</code>.</p></li></ul></dd>
|
|
|
488
488
|
|
|
489
489
|
|
|
490
490
|
|
|
491
|
-
<td class="description last"><p>
|
|
491
|
+
<td class="description last"><p>Function to test.</p></td>
|
|
492
492
|
</tr>
|
|
493
493
|
|
|
494
494
|
|
|
495
495
|
|
|
496
496
|
<tr>
|
|
497
497
|
|
|
498
|
-
<td class="name"><code>
|
|
498
|
+
<td class="name"><code>thisArg</code></td>
|
|
499
499
|
|
|
500
500
|
|
|
501
501
|
<td class="type">
|
|
@@ -522,7 +522,7 @@ Same as <code>Array#find</code>.</p></li></ul></dd>
|
|
|
522
522
|
|
|
523
523
|
|
|
524
524
|
|
|
525
|
-
<td class="description last"><p>
|
|
525
|
+
<td class="description last"><p>The context for the function.</p></td>
|
|
526
526
|
</tr>
|
|
527
527
|
|
|
528
528
|
|
|
@@ -555,7 +555,7 @@ Same as <code>Array#find</code>.</p></li></ul></dd>
|
|
|
555
555
|
</dt>
|
|
556
556
|
<dd>
|
|
557
557
|
|
|
558
|
-
<span class="param-type">
|
|
558
|
+
<span class="param-type"><a href="Collection.html">Collection</a></span>
|
|
559
559
|
|
|
560
560
|
|
|
561
561
|
|
|
@@ -588,7 +588,7 @@ Same as <code>Array#map</code>.</p></li></ul></dd>
|
|
|
588
588
|
|
|
589
589
|
<dt class="tag-source">Source:</dt>
|
|
590
590
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
591
|
-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#
|
|
591
|
+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line65">line 65</a>
|
|
592
592
|
</li></ul></dd>
|
|
593
593
|
|
|
594
594
|
|
|
@@ -785,7 +785,7 @@ Same as <code>Array#map</code>.</p></li></ul></dd>
|
|
|
785
785
|
<br class="clear">
|
|
786
786
|
|
|
787
787
|
<footer>
|
|
788
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.
|
|
788
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
789
789
|
</footer>
|
|
790
790
|
|
|
791
791
|
<script>prettyPrint();</script>
|