summaryrefslogtreecommitdiff
path: root/plugins/clipboard/dialogs
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-08-04 23:52:19 +0100
committerlsces <lester@lsces.co.uk>2014-08-04 23:52:19 +0100
commit56ef7b6e305b348fb01813ff399fba6e53644e75 (patch)
tree5c4300d09df9d2c937227d78e5372ddb52387d8c /plugins/clipboard/dialogs
parent82db2932232a9deaef8275aec51e11c4e61086a9 (diff)
downloadckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.tar.gz
ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.tar.bz2
ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.zip
Upgrade to CKEditor 4.4.3
Only copyright dae changed ...
Diffstat (limited to 'plugins/clipboard/dialogs')
-rwxr-xr-xplugins/clipboard/dialogs/paste.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/clipboard/dialogs/paste.js b/plugins/clipboard/dialogs/paste.js
index 0c7e256..fd793e9 100755
--- a/plugins/clipboard/dialogs/paste.js
+++ b/plugins/clipboard/dialogs/paste.js
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add("paste",function(c){function h(a){var b=new CKEDITOR.dom.document(a.document),f=b.getBody(),d=b.getById("cke_actscrpt");d&&d.remove();f.setAttribute("contenteditable",!0);if(CKEDITOR.env.ie&&8>CKEDITOR.env.version)b.getWindow().on("blur",function(){b.$.selection.empty()});b.on("keydown",function(a){var a=a.data,b;switch(a.getKeystroke()){case 27:this.hide();b=1;break;case 9:case CKEDITOR.SHIFT+9:this.changeFocus(1),b=1}b&&a.preventDefault()},this);c.fire("ariaWidget",new CKEDITOR.dom.element(a.frameElement));