Differences From Artifact [fa91a09215]:
- File graphspell-js/ibdawg.js — part of check-in [6569849b49] at 2020-09-15 14:01:46 on branch bdic_opt — [graphspell][js] remove specific trick in cleanWord() (user: olr, size: 27596) [annotate] [blame] [check-ins using] [more...]
To Artifact [a4ceb45f56]:
- File graphspell-js/ibdawg.js — part of check-in [c2a07ab8a2] at 2020-09-30 16:06:29 on branch trunk — [graphspell] ignore underscore for spellchecking and morph (user: olr, size: 27596) [annotate] [blame] [check-ins using]
︙ | |||
271 272 273 274 275 276 277 | 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 | - + | } return false; } isValid (sWord) { // checks if sWord is valid (different casing tested if the first letter is a capital) if (!sWord) { |
︙ |