Chris@0: /** Chris@0: * DO NOT EDIT THIS FILE. Chris@0: * See the following change record for more information, Chris@0: * https://www.drupal.org/node/2815083 Chris@0: * @preserve Chris@0: **/ Chris@0: Chris@0: (function ($, Drupal) { Chris@0: Drupal.AjaxCommands.prototype.editorDialogSave = function (ajax, response, status) { Chris@0: $(window).trigger('editor:dialogsave', [response.values]); Chris@0: }; Chris@0: })(jQuery, Drupal);