diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 16:43:01 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-11 11:39:56 +0100 |
commit | 4b5518f0e036e82a3e10b1fc9eeceb023602b8ec (patch) | |
tree | 0addb95999454af168adb439610d523ea5183579 /core/src | |
parent | e7b9746266d7a9338ff41c7cf769cac1b7892b94 (diff) | |
download | nextcloud-server-4b5518f0e036e82a3e10b1fc9eeceb023602b8ec.tar.gz nextcloud-server-4b5518f0e036e82a3e10b1fc9eeceb023602b8ec.zip |
Remove unused 'Base64' polyfill
Ref https://github.com/nextcloud/server/pull/13460#issuecomment-453137318
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main.js | 2 |
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' |