X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c81cb6f2afd79c33104671ea31f4b0a0e9f85eba..3f5dc10cd4cf901b44b1cf8c9e2626bf0425d488:/resources/js/components/wysiwyg-editor.js diff --git a/resources/js/components/wysiwyg-editor.js b/resources/js/components/wysiwyg-editor.js index 96731a0d9..21db207e6 100644 --- a/resources/js/components/wysiwyg-editor.js +++ b/resources/js/components/wysiwyg-editor.js @@ -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(), }; } -} \ No newline at end of file +}