Files
GhomandArchie 291dcf9515 Merge pull request #10575 from Arturlang/TGUIs_Nexties
[TESTMERGE] Properly working TGUI Next
2021-01-04 19:47:54 -03:00

6 lines
195 B
JavaScript

// This one is necessary for Inferno to do complex DOM patching on IE8.
// Not the fastest one or most spec compliant, but hey, it works!
if (!window.Int32Array) {
window.Int32Array = Array;
}