[all] fix for IE
This commit is contained in:
parent
6f3414e98f
commit
ac7d6a1dd1
|
@ -109,3 +109,6 @@ if ( checkLocalStorage ) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// IE 10/11 polyfill
|
||||
!Object.getOwnPropertySymbols && (Object.getOwnPropertySymbols = function (){return[]});
|
Loading…
Reference in a new issue