Cleanup CSS and JS code

This commit is contained in:
djmaze 2020-10-01 11:10:40 +02:00
parent 0eea2cb5ad
commit 6c75dd12f8
19 changed files with 82 additions and 146 deletions

View file

@ -1,3 +1,5 @@
'use strict';
(w=>{
Array.prototype.flat || Object.defineProperty(Array.prototype, 'flat', {
@ -30,4 +32,4 @@ w.ResizeObserver || (w.ResizeObserver = class {
}
});
})(window);
})(this);