forked from CringeStudios/gamja
lib/irc: remove unnecessary non-breaking-space case
Handled by the default case already.
This commit is contained in:
parent
86b1030b7a
commit
221b1b6356
@ -270,8 +270,6 @@ function isWordBoundary(ch) {
|
|||||||
case "_":
|
case "_":
|
||||||
case "|":
|
case "|":
|
||||||
return false;
|
return false;
|
||||||
case "\u00A0":
|
|
||||||
return true;
|
|
||||||
default:
|
default:
|
||||||
return !alphaNum.test(ch);
|
return !alphaNum.test(ch);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user