Skip to content

Commit

Permalink
Extra blank link
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Nov 1, 2017
1 parent 3937962 commit 5f4b88c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bubble_babble.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ var decode_2part_byte = function(d, e) {
}

var next_checksum = function(checksum, byte1, byte2) {

return ((checksum * 5) + (byte1 * 7) + byte2) % 36;
}

Expand Down

0 comments on commit 5f4b88c

Please sign in to comment.