Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi committed Nov 4, 2010
1 parent e7c54ac commit 3d58a98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions midi.js
Expand Up @@ -77,12 +77,12 @@ function codes2Str(byteArray) {
}

/*
* Converts a String of hexadecimal values to an array of nibbles (4-bit
* values). It can also add remaining "0" nibbles in order to have enough bytes
* in the array as the |finalBytes| parameter.
* Converts a String of hexadecimal values to an array of bytes. It can also
* add remaining "0" nibbles in order to have enough bytes in the array as the
* |finalBytes| parameter.
*
* @param str {String} string of hexadecimal values e.g. "097B8A"
* @param finalBytes {Integer} Optional. The desired number of bytes (not nibbles) that the returned array should contain *
* @param finalBytes {Integer} Optional. The desired number of bytes that the returned array should contain
* @returns array of nibbles.
*/

Expand Down

0 comments on commit 3d58a98

Please sign in to comment.