Skip to content

Commit

Permalink
Hide config constructor from public
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 2, 2024
1 parent c8aed3d commit 3e57cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ import { INSERT_AS_HTML } from 'jodit/core/constants';
* Default Editor's Configuration
*/
class Config implements IViewOptions {
private constructor() {}

/**
* Use cache for heavy methods
*/
Expand Down

0 comments on commit 3e57cf0

Please sign in to comment.