Ticket #7769: 7769.patch

File 7769.patch, 665 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/enterkey/plugin.js

     
    1414                        editor.addCommand( 'enter', {
    1515                                modes : { wysiwyg:1 },
    1616                                editorFocus : false,
    17                                 exec : enter
     17                                exec : function( editor ){ enter( editor ); }
    1818                        });
    1919
    2020                        editor.addCommand( 'shiftEnter', {
    2121                                modes : { wysiwyg:1 },
    2222                                editorFocus : false,
    23                                 exec : shiftEnter
     23                                exec : function( editor ){ shiftEnter( editor ); }
    2424                        });
    2525
    2626                        var keystrokes = editor.keystrokeHandler.keystrokes;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy