Skip to content

Commit

Permalink
fix: ensure stringIteratorExists checks String.prototype
Browse files Browse the repository at this point in the history
Before this change stringIteratorExists checked for Array.prototype
which is an obvious mistake. This shouldn't really affect the majority
of engines because many that supported iterators on Strings also
supported them on Arrays. Phantom 1.9 seems to be the exception.
  • Loading branch information
keithamus committed Apr 11, 2017
1 parent 71bcdac commit 8172038
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 8172038

Please sign in to comment.