X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fwysiwyg%2Fcrm.wysiwyg.js;h=54c86e81454c1e0a633413fcf5931f8ac6ba7278;hb=21408e2ce520d3282efdaeb7637c55efc89b05a8;hp=9be69a88f7a5707d8237918582af9d4760fb61ec;hpb=eb13603069edaafc80571879417d376f81f84c5a;p=civicrm-core.git diff --git a/js/wysiwyg/crm.wysiwyg.js b/js/wysiwyg/crm.wysiwyg.js index 9be69a88f7..54c86e8145 100644 --- a/js/wysiwyg/crm.wysiwyg.js +++ b/js/wysiwyg/crm.wysiwyg.js @@ -4,7 +4,9 @@ // A wysiwyg implementation can extend this by overriding as many of these functions as needed CRM.wysiwyg = { supportsFileUploads: false, - create: _.noop, + create: function() { + return $.Deferred().resolve(); + }, destroy: _.noop, updateElement: _.noop, getVal: function(item) {