From 4b5518f0e036e82a3e10b1fc9eeceb023602b8ec Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 10 Jan 2019 16:43:01 +0100 Subject: Remove unused 'Base64' polyfill Ref https://github.com/nextcloud/server/pull/13460#issuecomment-453137318 Signed-off-by: Christoph Wurst --- core/src/main.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/src/main.js') diff --git a/core/src/main.js b/core/src/main.js index b5faaa8e90c..cb678c1e676 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -19,8 +19,6 @@ * along with this program. If not, see . */ -// TODO: not required anymore https://caniuse.com/#search=atob -import 'Base64' // TODO: use babel polyfill instead import 'es6-shim' -- cgit v1.2.3