digitallinguistics/javascript

validated properties should not throw an error when set to undefined

dwhieb opened this issue · 0 comments

Setting any validated property on the Language object to undefined throws an error, because undefined is not a valid value. Adjust either the validation function or the setter.