X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fkeystrokes%2Fplugin.js;h=73de2bb3f427936a742372a11ed7250379dd3a34;hp=73c00857f6eacc27b830608612cb78630297c14d;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/plugins/keystrokes/plugin.js b/_source/plugins/keystrokes/plugin.js index 73c0085..73de2bb 100644 --- a/_source/plugins/keystrokes/plugin.js +++ b/_source/plugins/keystrokes/plugin.js @@ -28,14 +28,10 @@ CKEDITOR.plugins.add( 'keystrokes', blockedKeystrokes = editor.keystrokeHandler.blockedKeystrokes; for ( var i = 0 ; i < keystrokesConfig.length ; i++ ) - { keystrokes[ keystrokesConfig[i][0] ] = keystrokesConfig[i][1]; - } for ( i = 0 ; i < blockedConfig.length ; i++ ) - { blockedKeystrokes[ blockedConfig[i] ] = 1; - } } });