RadLikeWhoa / Countable

Add live paragraph-, word- and character-counting to an HTML element.
https://sacha.me/Countable
MIT License
1.64k stars 134 forks source link

V3.0.1 - Error with Array.isArray at line 197 for jquery elements #54

Open WaylonOKC opened 6 years ago

WaylonOKC commented 6 years ago

An array of jquery elements does not result in "true" for "Array.isArray(elements)". Recommend putting this back to checking elements.length.