Ticket #3831: 3831.patch
File 3831.patch, 479 bytes (added by , 16 years ago) |
---|
-
_source/plugins/menubutton/plugin.js
5 5 6 6 CKEDITOR.plugins.add( 'menubutton', 7 7 { 8 requires : [ ' button' ],8 requires : [ 'menu', 'button' ], 9 9 beforeInit : function( editor ) 10 10 { 11 11 editor.ui.addHandler( CKEDITOR.UI_MENUBUTTON, CKEDITOR.ui.menuButton.handler );