This commit is contained in:
Oleg Korshul
2025-07-03 10:55:29 +03:00
parent a83f057f45
commit 5b0126540f

2
vendor/string.js vendored
View File

@ -259,7 +259,7 @@
var CUnicodeIteratorNew = null;
if (String.prototype.codePointAt && (typeof Symbol === 'function') && ('iterator' in Symbol))
if (String.prototype.codePointAt && (typeof Symbol === 'function') && typeof Symbol.iterator === "symbol")
{
CUnicodeIteratorNew = function(str)
{