-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 {
*/
getContent() {
return {
- html: this.editor.getContent()
+ html: this.editor.getContent(),
};
}
-}
\ No newline at end of file
+}