1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +02:00

Remove polyfills: we don't support IE anymore (#18)

* Remove polyfills: we don't support IE anymore
This commit is contained in:
Alexander Skvortsov
2020-08-16 16:32:19 -04:00
committed by GitHub
parent f390676f2f
commit a232d8bcfc
2 changed files with 0 additions and 20 deletions

View File

@@ -11,12 +11,10 @@ import { extend } from 'flarum/extend';
import TextEditor from 'flarum/components/TextEditor';
import MarkdownArea from 'mdarea';
import './polyfills';
import MarkdownToolbar from './components/MarkdownToolbar';
import MarkdownButton from './components/MarkdownButton';
app.initializers.add('flarum-markdown', function(app) {
let index = 1;
extend(TextEditor.prototype, 'init', function() {