mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
fix: linting
This commit is contained in:
@@ -166,7 +166,8 @@ function append3bytes (b1, b2, b3) {
|
||||
return r
|
||||
}
|
||||
|
||||
function encode6bit(b) {
|
||||
function encode6bit(raw) {
|
||||
let b = raw
|
||||
if (b < 10) {
|
||||
return String.fromCharCode(48 + b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user