jodit-pro 1.2.52 → 1.2.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@
37
37
  </code></pre>
38
38
  <h3>JavaScript</h3>
39
39
  <pre><code class="language-javascript">
40
- var editor = new Jodit('#editor', {
40
+ var editor = Jodit.make('#editor', {
41
41
  zIndex: 0,
42
42
  readonly: false,
43
43
  activeButtonsInReadOnly: ['source', 'fullsize', 'print', 'about', 'dots'],
@@ -147,7 +147,7 @@
147
147
  <script src="assets/prism.js"></script>
148
148
  <script src="assets/app.js"></script>
149
149
  <script>
150
- var editor = new Jodit('#area_editor', {
150
+ var editor = Jodit.make('#area_editor', {
151
151
  textIcons: false,
152
152
  toolbarButtonSize: 'small',
153
153
  iframe: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit-pro",
3
- "version": "1.2.52",
3
+ "version": "1.2.56",
4
4
  "author": "Chupurnov Valeriy <chupurnov@gmail.com>",
5
5
  "homepage": "https://xdsoft.net/jodit/pro/",
6
6
  "bugs": {