Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / editor / js / editor.dialog.js
1 /**
2 * DO NOT EDIT THIS FILE.
3 * See the following change record for more information,
4 * https://www.drupal.org/node/2815083
5 * @preserve
6 **/
7
8 (function ($, Drupal) {
9   Drupal.AjaxCommands.prototype.editorDialogSave = function (ajax, response, status) {
10     $(window).trigger('editor:dialogsave', [response.values]);
11   };
12 })(jQuery, Drupal);