polifill reversed
This commit is contained in:
parent
8bffb568e8
commit
fdd4c99485
@ -30,6 +30,12 @@ import ResourcePage from "./ResourcePage.jsx";
|
||||
|
||||
const DIVIDER_AT = 16;
|
||||
|
||||
if (!Array.prototype.toReversed) {
|
||||
Array.prototype.toReversed = function () {
|
||||
return this.slice().reverse();
|
||||
};
|
||||
}
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
<>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user