aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/main.js
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-01-11 12:34:27 +0100
committerGitHub <noreply@github.com>2019-01-11 12:34:27 +0100
commitd810b5587efd57d57228baea107bcf38e880751a (patch)
tree0addb95999454af168adb439610d523ea5183579 /core/src/main.js
parente7b9746266d7a9338ff41c7cf769cac1b7892b94 (diff)
parent4b5518f0e036e82a3e10b1fc9eeceb023602b8ec (diff)
downloadnextcloud-server-d810b5587efd57d57228baea107bcf38e880751a.tar.gz
nextcloud-server-d810b5587efd57d57228baea107bcf38e880751a.zip
Merge pull request #13491 from nextcloud/refactor/remove-unused-base64-polyfill
Remove unused 'Base64' polyfill
Diffstat (limited to 'core/src/main.js')
-rw-r--r--core/src/main.js2
1 files changed, 0 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-// TODO: not required anymore https://caniuse.com/#search=atob
-import 'Base64'
// TODO: use babel polyfill instead
import 'es6-shim'