mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Fix ie11
This commit is contained in:
2
vendor/string.js
vendored
2
vendor/string.js
vendored
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user