Logan

Results 2 issues of Logan

I use String ->audio type:mp3. 1.(ie||chrome)+other mp3 file + jPlayer.js is working correct 2.chrome+synthetize mp3 + jPlayer.js is working correct 3.ie+synthetize mp3 + jPlayer.js is working bad. [1505439472452212.zip](https://github.com/jplayer/jPlayer/files/1305097/1505439472452212.zip) ![en 29j02z...

```javascript mounted() { this.registerCustomModules(Quill); this.registerPrototypes(); this.initializeEditor(); }, beforeDestroy() { this.quill = null; delete this.quill; }, methods: { initializeEditor() { this.setupQuillEditor(); this.checkForCustomImageHandler(); this.handleInitialContent(); this.registerEditorEventListeners(); this.$emit("ready", this.quill); }, } ``` You registered...