suneditor
Advanced tools
Comparing version 2.41.0 to 2.41.1
{ | ||
"name": "suneditor", | ||
"version": "2.41.0", | ||
"version": "2.41.1", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -5,0 +5,0 @@ "author": "JiHong.Lee", |
@@ -483,2 +483,3 @@ /* | ||
this.plugins.fileManager.setInfo.call(this, 'audio', element, this.functions.onAudioUpload, null, false); | ||
this.plugins.audio.init.call(this); | ||
}, | ||
@@ -485,0 +486,0 @@ |
@@ -627,2 +627,3 @@ /* | ||
imagePlugin.update_image.call(this, true, false, true); | ||
imagePlugin.init.call(this); | ||
}.bind(this); | ||
@@ -629,0 +630,0 @@ |
@@ -692,2 +692,3 @@ /* | ||
this.plugins.fileManager.setInfo.call(this, 'video', oFrame, this.functions.onVideoUpload, null, true); | ||
this.plugins.video.init.call(this); | ||
}, | ||
@@ -694,0 +695,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3723096
27128
1484