Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / assets / vendor / ckeditor / plugins / sourcedialog / dialogs / sourcedialog.js
index 107ec16d11a7d357b85b7182a1d03db5140f853c..22bd5b3afbd691ae1be9806b778fed4c086ac07d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
 CKEDITOR.dialog.add("sourcedialog",function(a){var b=CKEDITOR.document.getWindow().getViewPaneSize(),e=Math.min(b.width-70,800),b=b.height/1.5,d;return{title:a.lang.sourcedialog.title,minWidth:100,minHeight:100,onShow:function(){this.setValueOf("main","data",d=a.getData())},onOk:function(){function b(f,c){a.focus();a.setData(c,function(){f.hide();var b=a.createRange();b.moveToElementEditStart(a.editable());b.select()})}return function(){var a=this.getValueOf("main","data").replace(/\r/g,""),c=this;