spelling: containing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
be7329bdc1
commit
61efc5955b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
if (typeof item === "object" && !self.objectItems)
|
||||
throw("Can't add objects when itemValue option is not set");
|
||||
|
||||
// Ignore strings only containg whitespace
|
||||
// Ignore strings only containing whitespace
|
||||
if (item.toString().match(/^\s*$/))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue