mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
Use ES6 syntax
This commit is contained in:
@@ -52,7 +52,7 @@ export default class TextEditor extends Component {
|
|||||||
configTextarea(element, isInitialized) {
|
configTextarea(element, isInitialized) {
|
||||||
if (isInitialized) return;
|
if (isInitialized) return;
|
||||||
|
|
||||||
var handler = () => {
|
const handler = () => {
|
||||||
this.onsubmit();
|
this.onsubmit();
|
||||||
m.redraw();
|
m.redraw();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user