Ticket #4345: 4345.patch

File 4345.patch, 650 bytes (added by Niek Kouwenberg, 14 years ago)

Patch adding the proposed line + documentation at the bottom

  • _source/core/editor.js

     
    146146                                if ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 && editor.lang.dir == 'rtl' )
    147147                                        editor.lang.dir = 'ltr';
    148148
     149                                editor.fire( 'langLoaded' );
    149150                                loadPlugins( editor );
    150151                        });
    151152        };
     
    757758 */
    758759
    759760/**
     761 * Fired when the language is loaded
     762 * @name CKEDITOR#langLoaded
     763 * @event
     764 */
     765
     766/**
    760767 * Fired when all plugins are loaded and initialized into the editor instance.
    761768 * @name CKEDITOR#pluginsLoaded
    762769 * @event
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy