mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-17 01:42:30 +08:00
Ran eslint fix on existing codebase
Had to do some manual fixing of the app.js file due to misplaced comments
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {build as buildEditorConfig} from "../wysiwyg/config";
|
||||
import {Component} from "./component";
|
||||
import {build as buildEditorConfig} from '../wysiwyg/config';
|
||||
import {Component} from './component';
|
||||
|
||||
export class WysiwygEditor extends Component {
|
||||
|
||||
@ -45,8 +45,8 @@ export class WysiwygEditor extends Component {
|
||||
*/
|
||||
getContent() {
|
||||
return {
|
||||
html: this.editor.getContent()
|
||||
html: this.editor.getContent(),
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user