mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
fix(android/engine): Remove extraneous braces
This commit is contained in:
parent
6eba88ce5f
commit
39f2d3e380
1 changed files with 0 additions and 2 deletions
|
|
@ -246,8 +246,6 @@ function enableSuggestions(model, suggestionType) {
|
|||
keyman.core.languageProcessor.mayPredict = t[0];
|
||||
keyman.core.languageProcessor.maySuggest = t[1];
|
||||
// keyman.core.languageProcessor.mayAutoCorrect = t[2];
|
||||
}
|
||||
}
|
||||
|
||||
registerModel(model);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue