Changeset 5839
- Timestamp:
- 08/23/10 13:27:03 (3 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/menu/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/menu/plugin.js
r5838 r5839 222 222 sortItems( items ); 223 223 224 var chromeRoot = editor. element.getNext().getChild( 1 );224 var chromeRoot = editor.container.getChild( 1 ); 225 225 var mixedContentClass = chromeRoot.hasClass( 'cke_mixed_dir_content' ) ? ' cke_mixed_dir_content' : ''; 226 226
Note: See TracChangeset
for help on using the changeset viewer.
