Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Aug 11, 2022
1 parent 4080415 commit 538a7f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ An excellent WYSIWYG editor written in pure TypeScript without the use of additi

- [Demo and Official site](https://xdsoft.net/jodit/)
- [PRO Version](https://xdsoft.net/jodit/pro/)
- [Builder](https://xdsoft.net/jodit/builder/)
- [Playground - play with options](https://xdsoft.net/jodit/play.html)
- [Documentation](https://xdsoft.net/jodit/docs/)
- [Download & Changes](https://github.com/xdan/jodit/releases)
Expand Down
4 changes: 4 additions & 0 deletions src/core/helpers/utils/align.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/

/**
* @module helpers/utils
*/

import type { ImageHAlign } from 'jodit/types';
import { Dom } from 'jodit/core/dom';
import { clearCenterAlign, css } from '../utils/css';
Expand Down

0 comments on commit 538a7f5

Please sign in to comment.