Skip to content

Commit

Permalink
unused var on readRIFFChunk_
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed Dec 4, 2017
1 parent 64c9ccc commit bdd47b4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 99 deletions.
2 changes: 1 addition & 1 deletion dist/wavefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ class WaveFileReaderWriter extends WaveFileHeader {
if (this.chunkId != "RIFF" && this.chunkId != "RIFX") {
throw Error(WaveErrors.format);
}
let bigEndian = this.LEorBE();
this.LEorBE();
this.chunkSize = byteData.unpack(bytes.slice(4, 8), uInt32);
this.format = byteData.unpackArray(bytes.slice(8, 12), chr);
if (this.format != "WAVE") {
Expand Down
2 changes: 1 addition & 1 deletion docs/WaveFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ <h5>Throws:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 04 2017 15:17:07 GMT-0200 (Horário brasileiro de verão) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 04 2017 15:25:52 GMT-0200 (Horário brasileiro de verão) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2>LICENSE</h2><p>Copyright (c) 2017 Rafael da Silva Rocha.</p>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 04 2017 15:17:07 GMT-0200 (Horário brasileiro de verão) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 04 2017 15:25:52 GMT-0200 (Horário brasileiro de verão) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 04 2017 15:17:07 GMT-0200 (Horário brasileiro de verão) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 04 2017 15:25:52 GMT-0200 (Horário brasileiro de verão) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit bdd47b4

Please sign in to comment.