Skip to content

Commit d6267fd

Browse files
committed
1 parent 9ec18d4 commit d6267fd

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jodit",
3-
"version": "4.11.13",
3+
"version": "4.11.14",
44
"description": "Jodit is an awesome and useful wysiwyg editor with filebrowser",
55
"main": "build/jodit.min.js",
66
"types": "./types/index.d.ts",

src/core/request/ajax.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ describe('Ajax module', () => {
223223
it('Should flush remaining buffer on connection close', async () => {
224224
const ajax = new Jodit.modules.Ajax({
225225
url: 'https://example.com/stream',
226-
xhr: createStreamingMockXHR([
227-
'data: first\n\ndata: last'
228-
])
226+
xhr: createStreamingMockXHR(['data: first\n\ndata: last'])
229227
});
230228

231229
const results = [];

statoscope/reference.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)