paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 389 forks source link

Symbol is a function, not object #277

Closed rwaldron closed 10 years ago

rwaldron commented 10 years ago

https://github.com/paulmillr/es6-shim/blob/master/es6-shim.js#L102

http://people.mozilla.org/~jorendorff/es6-draft.html#sec-symbol-constructor

ljharb commented 10 years ago

Thanks, fixed and released as 0.14.0

rwaldron commented 10 years ago

Awesome!