Skip to content

Commit

Permalink
fix(jsdoc): remove empty comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Jul 21, 2021
1 parent 21c2ba6 commit ca1db7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ interface EditorConfig {
theme: string;
/**
* Text mode which is used
* inside the editor. */
* inside the editor.
*/
mode: string;
/** Position of the vertical line for wrapping. */
printMarginColumn: number;
Expand All @@ -42,7 +43,6 @@ export class UIPEditor extends UIPPlugin {
/** Editor's [config]{@link EditorConfig} passed through attribute. */
@jsonAttr()
public editorConfig: EditorConfig;
/** */
protected editor: Ace.Editor;

/** Merge [default config]{@link defaultOptions} with editor's [config]{@link editorConfig}. */
Expand Down

0 comments on commit ca1db7f

Please sign in to comment.