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:
committed by
GitHub
parent
f390676f2f
commit
a232d8bcfc
@@ -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() {
|
||||
|
Reference in New Issue
Block a user