Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Symbol check in lib/keys doesn't work with es6-shim #206

Closed
wkwiatek opened this issue Nov 20, 2015 · 0 comments
Closed

Symbol check in lib/keys doesn't work with es6-shim #206

wkwiatek opened this issue Nov 20, 2015 · 0 comments

Comments

@wkwiatek
Copy link
Contributor

es6-shim initializes Symbol as an object:
https://github.com/paulmillr/es6-shim/blob/master/es6-shim.js#L200

which produces error when trying to do following line: https://github.com/angular/zone.js/blob/master/lib/keys.js#L9

The simple solution for that would be to check if the Symbol is a function but maybe there's a better solution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant