ivia icon indicating copy to clipboard operation
ivia copied to clipboard

$find() type compare bug

Open asika32764 opened this issue 7 years ago • 0 comments

if (selector === 'string') {

Should be

if (typeof selector === 'string') {

asika32764 avatar Jul 01 '17 11:07 asika32764