First working build™️
This commit is contained in:
parent
5f91dc460e
commit
ff77234c88
3
main.ts
3
main.ts
@ -78,8 +78,9 @@ function arrayRotate(arr, reverse, amount) {
|
||||
}
|
||||
|
||||
function matchAbbr(abbrTarget) {
|
||||
console.log("Looking for: " + abbrTarget);
|
||||
for (var abbr in abbreviationKey.target_phrases) {
|
||||
if (abbreviationKey.target_phrases[abbr] === abbrTarget) {
|
||||
if (abbreviationKey.target_phrases[abbr] == abbrTarget) {
|
||||
return abbr;
|
||||
} else {
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user