Ticket #41124: 41124.diff
File 41124.diff, 1.1 KB (added by , 6 years ago) |
---|
-
wp-includes/js/tinymce/tiny_mce_popup.js
53 53 } 54 54 55 55 // Setup local DOM 56 self.dom = self.editor.windowManager.createInstance('tinymce. plugins.dom.DOMUtils', document, {56 self.dom = self.editor.windowManager.createInstance('tinymce.dom.DOMUtils', document, { 57 57 ownEvents: true, 58 58 proxy: tinyMCEPopup._eventProxy 59 59 }); -
wp-includes/js/tinymce/utils/mctabs.js
12 12 13 13 function MCTabs() { 14 14 this.settings = []; 15 this.onChange = tinyMCEPopup.editor.windowManager.createInstance('tinymce. plugins.util.Dispatcher');15 this.onChange = tinyMCEPopup.editor.windowManager.createInstance('tinymce.util.Dispatcher'); 16 16 } 17 17 18 18 MCTabs.prototype.init = function (settings) {