Changeset 4167
- Timestamp:
- 09/01/09 08:58:29 (4 years ago)
- Location:
- CKEditor/trunk/_source
- Files:
-
- 2 edited
-
plugins/floatpanel/plugin.js (modified) (1 diff)
-
themes/default/theme.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/floatpanel/plugin.js
r4027 r4167 55 55 56 56 this.element = element; 57 58 // Register panels to editor for easy destroying ( #4241 ). 59 editor.panels ? editor.panels.push( element ) : editor.panels = [ element ]; 60 57 61 58 62 this._ = -
CKEditor/trunk/_source/themes/default/theme.js
r3949 r4167 153 153 destroy : function( editor ) 154 154 { 155 var container = editor.container; 155 var container = editor.container, 156 panels = editor.panels; 156 157 157 158 /* … … 180 181 container.remove(); 181 182 183 for( var i = 0 ; panels && i < panels.length ; i++ ) 184 panels[ i ].remove(); 185 182 186 if ( editor.elementMode == CKEDITOR.ELEMENT_MODE_REPLACE ) 183 187 {
Note: See TracChangeset
for help on using the changeset viewer.
