You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're leaking global variables. You need to declare them as "var" so they don't get declared with global scope. The following variables are leaking (for the functions, you are exporting them then declaring them as global variables):
You're leaking global variables. You need to declare them as "var" so they don't get declared with global scope. The following variables are leaking (for the functions, you are exporting them then declaring them as global variables):
applicationPrefix
addCompletions
addFromFile
getWordCompletions
getPhraseCompletions
search
phraseToStore
rangelen
The text was updated successfully, but these errors were encountered: