]> source.dussan.org Git - jquery.git/commit
Core: Support Symbol wrapper objects in jQuery.type
authorChristian Grete <webmaster@christiangrete.com>
Fri, 2 Oct 2015 22:28:34 +0000 (00:28 +0200)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 12 Oct 2015 22:18:20 +0000 (01:18 +0300)
commit8a734344f2566dab5b8d34ecd79ae81ebd8843c5
tree205ca86f3c119e74e4f168aca7055dbcd875452d
parent39cdb8c9aa0fde68f733553ba050a2ba9d86474c
Core: Support Symbol wrapper objects in jQuery.type

In ECMAScript 2015 (ES6), the native typeof operator returns "symbol"
for Symbol primitives. As it is possible to wrap symbols using the
Object constructor, symbols can be objects as well as any other
primitive type in JavaScript and should be determined by jQuery.type.

Closes gh-2627
src/core.js
test/unit/core.js