madrobby / zepto

Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API
http://zeptojs.com
Other
15k stars 3.93k forks source link

Fixing Issue #1327 #1331

Closed ghost closed 3 years ago

ghost commented 6 years ago

Add Symbol to line 142 to fix this issue

// Before the fix
$.type(Symbol()) // "object"
// Now
$.type(Symbol()) // "symbol"

P.S. Please feel free to correct me if I am mistaken