Skip to content

Commit

Permalink
New version 3.0.20. Read more https://github.com/xdan/jodit/releases/…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Aug 22, 2017
1 parent 1e1901b commit 6ff03f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/jodit.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/jodit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "3.0.19",
"version": "3.0.20",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Dom.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as consts from '../constants';
import {css, each} from './Helpers'
import {each} from './Helpers'
import Jodit from "../Jodit";

export default class Dom {
Expand Down
1 change: 1 addition & 0 deletions src/modules/Uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export type UploaderData = {
baseurl?: string,
newfilename?: string;
}

export type UploaderAnswer = {
success: boolean,
time: string,
Expand Down
1 change: 0 additions & 1 deletion src/plugins/resizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Jodit from '../Jodit';
import {Config} from '../Config'
import * as consts from '../constants'
import {$$, debounce, dom, isIE, offset} from '../modules/Helpers'
import Dom from "../modules/Dom";

/**
* The module creates a supporting frame for resizing of the elements img and table
Expand Down

0 comments on commit 6ff03f3

Please sign in to comment.