Skip to content

Commit 6dec11e

Browse files
committed
Get ready for new release.
1 parent c25976f commit 6dec11e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+162
-157
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The `NoteEvent` supports these options:
6363
<tbody>
6464
<tr>
6565
<td><b>pitch</b></td>
66-
<td>array</td>
67-
<td>An array of notes to be triggered. Can be a string or valid MIDI note code. Format for string is <code>C#4</code>. Pro tip: You can use the output from <a href="https://github.com/danigb/tonal" target="_blank">tonal</a> functions to build scales, chords, intervals, etc. in this parameter.</td>
66+
<td>string or array</td>
67+
<td>Each pitch can be a string or valid MIDI note code. Format for string is <code>C#4</code>. Pro tip: You can use the output from <a href="https://github.com/danigb/tonal" target="_blank">tonal</a> functions to build scales, chords, intervals, etc. in this parameter.</td>
6868
</tr>
6969
<tr>
7070
<td><b>duration</b></td>
@@ -120,6 +120,11 @@ The `NoteEvent` supports these options:
120120
<td>string or array</td>
121121
<td>Grace note to be applied to note event. Takes same value format as <code>pitch</code></td>
122122
</tr>
123+
<tr>
124+
<td><b>startTick</b></td>
125+
<td>number</td>
126+
<td>Specific tick where this event should be played. If this parameter is supplied then `wait` is disregarded if also supplied.</td>
127+
</tr>
123128
</tbody>
124129
</table>
125130

docs/ControllerChangeEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/CopyrightEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/CuePointEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/EndTrackEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h5>Returns:</h5>
186186
<br class="clear">
187187

188188
<footer>
189-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
189+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
190190
</footer>
191191

192192
<script>prettyPrint();</script>

docs/HeaderChunk.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/InstrumentNameEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/KeySignatureEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h5>Returns:</h5>
186186
<br class="clear">
187187

188188
<footer>
189-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
189+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
190190
</footer>
191191

192192
<script>prettyPrint();</script>

docs/LyricEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/MarkerEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/NoteEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h5>Returns:</h5>
346346
<br class="clear">
347347

348348
<footer>
349-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
349+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
350350
</footer>
351351

352352
<script>prettyPrint();</script>

docs/NoteOffEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ <h5>Returns:</h5>
504504
<br class="clear">
505505

506506
<footer>
507-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
507+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
508508
</footer>
509509

510510
<script>prettyPrint();</script>

docs/NoteOnEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ <h5>Returns:</h5>
504504
<br class="clear">
505505

506506
<footer>
507-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
507+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
508508
</footer>
509509

510510
<script>prettyPrint();</script>

docs/ProgramChangeEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/TempoEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/TextEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/TimeSignatureEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h5>Returns:</h5>
186186
<br class="clear">
187187

188188
<footer>
189-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
189+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
190190
</footer>
191191

192192
<script>prettyPrint();</script>

docs/Track.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h4 class="name" id="addCopyright"><span class="type-signature"></span>addCopyri
273273

274274
<dt class="tag-source">Source:</dt>
275275
<dd class="tag-source"><ul class="dummy"><li>
276-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line247">line 247</a>
276+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line241">line 241</a>
277277
</li></ul></dd>
278278

279279

@@ -429,7 +429,7 @@ <h4 class="name" id="addCuePoint"><span class="type-signature"></span>addCuePoin
429429

430430
<dt class="tag-source">Source:</dt>
431431
<dd class="tag-source"><ul class="dummy"><li>
432-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line283">line 283</a>
432+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line277">line 277</a>
433433
</li></ul></dd>
434434

435435

@@ -587,7 +587,7 @@ <h4 class="name" id="addEvent"><span class="type-signature"></span>addEvent<span
587587

588588
<dt class="tag-source">Source:</dt>
589589
<dd class="tag-source"><ul class="dummy"><li>
590-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line43">line 43</a>
590+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line42">line 42</a>
591591
</li></ul></dd>
592592

593593

@@ -772,7 +772,7 @@ <h4 class="name" id="addInstrumentName"><span class="type-signature"></span>addI
772772

773773
<dt class="tag-source">Source:</dt>
774774
<dd class="tag-source"><ul class="dummy"><li>
775-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line265">line 265</a>
775+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line259">line 259</a>
776776
</li></ul></dd>
777777

778778

@@ -928,7 +928,7 @@ <h4 class="name" id="addLyric"><span class="type-signature"></span>addLyric<span
928928

929929
<dt class="tag-source">Source:</dt>
930930
<dd class="tag-source"><ul class="dummy"><li>
931-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line292">line 292</a>
931+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line286">line 286</a>
932932
</li></ul></dd>
933933

934934

@@ -1084,7 +1084,7 @@ <h4 class="name" id="addMarker"><span class="type-signature"></span>addMarker<sp
10841084

10851085
<dt class="tag-source">Source:</dt>
10861086
<dd class="tag-source"><ul class="dummy"><li>
1087-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line274">line 274</a>
1087+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line268">line 268</a>
10881088
</li></ul></dd>
10891089

10901090

@@ -1240,7 +1240,7 @@ <h4 class="name" id="addText"><span class="type-signature"></span>addText<span c
12401240

12411241
<dt class="tag-source">Source:</dt>
12421242
<dd class="tag-source"><ul class="dummy"><li>
1243-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line238">line 238</a>
1243+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line232">line 232</a>
12441244
</li></ul></dd>
12451245

12461246

@@ -1396,7 +1396,7 @@ <h4 class="name" id="addTrackName"><span class="type-signature"></span>addTrackN
13961396

13971397
<dt class="tag-source">Source:</dt>
13981398
<dd class="tag-source"><ul class="dummy"><li>
1399-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line256">line 256</a>
1399+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line250">line 250</a>
14001400
</li></ul></dd>
14011401

14021402

@@ -1552,7 +1552,7 @@ <h4 class="name" id="buildData"><span class="type-signature"></span>buildData<sp
15521552

15531553
<dt class="tag-source">Source:</dt>
15541554
<dd class="tag-source"><ul class="dummy"><li>
1555-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line88">line 88</a>
1555+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line87">line 87</a>
15561556
</li></ul></dd>
15571557

15581558

@@ -1656,7 +1656,7 @@ <h4 class="name" id="mergeSingleEvent"><span class="type-signature"></span>merge
16561656

16571657
<dt class="tag-source">Source:</dt>
16581658
<dd class="tag-source"><ul class="dummy"><li>
1659-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line162">line 162</a>
1659+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line156">line 156</a>
16601660
</li></ul></dd>
16611661

16621662

@@ -1815,7 +1815,7 @@ <h4 class="name" id="mergeTrack"><span class="type-signature"></span>mergeTrack<
18151815

18161816
<dt class="tag-source">Source:</dt>
18171817
<dd class="tag-source"><ul class="dummy"><li>
1818-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line147">line 147</a>
1818+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line143">line 143</a>
18191819
</li></ul></dd>
18201820

18211821

@@ -1971,7 +1971,7 @@ <h4 class="name" id="polyModeOn"><span class="type-signature"></span>polyModeOn<
19711971

19721972
<dt class="tag-source">Source:</dt>
19731973
<dd class="tag-source"><ul class="dummy"><li>
1974-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line300">line 300</a>
1974+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line294">line 294</a>
19751975
</li></ul></dd>
19761976

19771977

@@ -2075,7 +2075,7 @@ <h4 class="name" id="removeEventsByType"><span class="type-signature"></span>rem
20752075

20762076
<dt class="tag-source">Source:</dt>
20772077
<dd class="tag-source"><ul class="dummy"><li>
2078-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line192">line 192</a>
2078+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line186">line 186</a>
20792079
</li></ul></dd>
20802080

20812081

@@ -2231,7 +2231,7 @@ <h4 class="name" id="setKeySignature"><span class="type-signature"></span>setKey
22312231

22322232
<dt class="tag-source">Source:</dt>
22332233
<dd class="tag-source"><ul class="dummy"><li>
2234-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line229">line 229</a>
2234+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line223">line 223</a>
22352235
</li></ul></dd>
22362236

22372237

@@ -2413,7 +2413,7 @@ <h4 class="name" id="setTempo"><span class="type-signature"></span>setTempo<span
24132413

24142414
<dt class="tag-source">Source:</dt>
24152415
<dd class="tag-source"><ul class="dummy"><li>
2416-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line207">line 207</a>
2416+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line201">line 201</a>
24172417
</li></ul></dd>
24182418

24192419

@@ -2569,7 +2569,7 @@ <h4 class="name" id="setTimeSignature"><span class="type-signature"></span>setTi
25692569

25702570
<dt class="tag-source">Source:</dt>
25712571
<dd class="tag-source"><ul class="dummy"><li>
2572-
<a href="track.js.html">track.js</a>, <a href="track.js.html#line219">line 219</a>
2572+
<a href="track.js.html">track.js</a>, <a href="track.js.html#line213">line 213</a>
25732573
</li></ul></dd>
25742574

25752575

@@ -2772,7 +2772,7 @@ <h5>Returns:</h5>
27722772
<br class="clear">
27732773

27742774
<footer>
2775-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
2775+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
27762776
</footer>
27772777

27782778
<script>prettyPrint();</script>

docs/TrackNameEvent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5>Returns:</h5>
238238
<br class="clear">
239239

240240
<footer>
241-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
241+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
242242
</footer>
243243

244244
<script>prettyPrint();</script>

docs/Utils.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ <h5>Returns:</h5>
20352035
<br class="clear">
20362036

20372037
<footer>
2038-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
2038+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
20392039
</footer>
20402040

20412041
<script>prettyPrint();</script>

docs/Writer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ <h5>Returns:</h5>
796796
<br class="clear">
797797

798798
<footer>
799-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
799+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:32 GMT-0800 (PST) using the Minami theme.
800800
</footer>
801801

802802
<script>prettyPrint();</script>

docs/constants.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1 class="page-title">constants.js</h1>
8282
<br class="clear">
8383

8484
<footer>
85-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
85+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
8686
</footer>
8787

8888
<script>prettyPrint();</script>

docs/controller-change-event.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1 class="page-title">controller-change-event.js</h1>
6767
<br class="clear">
6868

6969
<footer>
70-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
70+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
7171
</footer>
7272

7373
<script>prettyPrint();</script>

docs/global.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h4 class="name" id="Constants"><span class="type-signature">(constant) </span>C
193193
<br class="clear">
194194

195195
<footer>
196-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
196+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
197197
</footer>
198198

199199
<script>prettyPrint();</script>

docs/header-chunk.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="page-title">header-chunk.js</h1>
7575
<br class="clear">
7676

7777
<footer>
78-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 16:33:52 GMT-0800 (PST) using the Minami theme.
78+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 04 2019 20:59:31 GMT-0800 (PST) using the Minami theme.
7979
</footer>
8080

8181
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)