[all] fix for IE

This commit is contained in:
Maxim Kadushkin 2022-08-30 21:33:28 +03:00
parent 6f3414e98f
commit ac7d6a1dd1

View file

@ -109,3 +109,6 @@ if ( checkLocalStorage ) {
}
}
}
// IE 10/11 polyfill
!Object.getOwnPropertySymbols && (Object.getOwnPropertySymbols = function (){return[]});