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