Changeset 2186 for FCKeditor/branches
- Timestamp:
- 2008-07-07 05:26:16 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/div_container/editor/dialog/fck_div.html
r2185 r2186 238 238 if ( block.nodeName.IEquals( 'div' ) ) 239 239 { 240 var docFrag = FCKTools.GetElementDocument( block ).createDocumentFragment() ;240 var docFrag = oEditor.FCKTools.GetElementDocument( block ).createDocumentFragment() ; 241 241 while ( block.firstChild ) 242 242 {