Ticket #3212: 3212.patch

File 3212.patch, 598 bytes (added by Wiktor Walc, 15 years ago)
  • _source/plugins/keystrokes/plugin.js

     
    100100
    101101                        if  ( !cancel )
    102102                        {
    103                                 var handler = editor.specialKeys[ keyCombination ],
    104                                         cancel = ( handler && handler( editor ) === true );
     103                                var handler = editor.specialKeys[ keyCombination ];
     104                                cancel = ( handler && handler( editor ) === true );
    105105
    106106                                if ( !cancel )
    107107                                        cancel = !!this.blockedKeystrokes[ keyCombination ];
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy