diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-27 10:37:22 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-19 10:02:51 +0200 |
commit | bd303388e3d4dae90c2266d183395db8321c11de (patch) | |
tree | fddc23eff000713596cd024914667320c8c1312e /core/src/Polyfill/index.js | |
parent | d5edcf8c9570618d9008b355b7f432575ff9d357 (diff) | |
download | nextcloud-server-bd303388e3d4dae90c2266d183395db8321c11de.tar.gz nextcloud-server-bd303388e3d4dae90c2266d183395db8321c11de.zip |
Cleanup ie and old edge properties
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src/Polyfill/index.js')
-rw-r--r-- | core/src/Polyfill/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/Polyfill/index.js b/core/src/Polyfill/index.js index 5a190318327..610619217d2 100644 --- a/core/src/Polyfill/index.js +++ b/core/src/Polyfill/index.js @@ -21,7 +21,4 @@ * */ -import './console' -import './closest' -import './windows-phone' import 'focus-visible' |