ivia
ivia copied to clipboard
$find() type compare bug
if (selector === 'string') {
Should be
if (typeof selector === 'string') {