Skip to content

Commit

Permalink
fix: configurability of toStringTag
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 17, 2017
1 parent ac99132 commit b99f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion string.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ StringIterator.prototype = Object.create(Iterator.prototype, {
return char;
})
});
defineProperty(StringIterator.prototype, Symbol.toStringTag, d("", "String Iterator"));
defineProperty(StringIterator.prototype, Symbol.toStringTag, d("c", "String Iterator"));

0 comments on commit b99f692

Please sign in to comment.