Changeset 2205 for FCKeditor/branches
- Timestamp:
- 2008-07-11 11:20:05 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/div_container/editor/_source/internals/fckdomtools.js
r2204 r2205 1044 1044 var path = new FCKElementPath( currentNode ) ; 1045 1045 var blockLimit = path.BlockLimit ; 1046 if ( blockLimit && blockLimit.nodeName.IEquals( 'div' ) && !blockLimit['_fckdivincluded'] && 1047 currentBlocks.indexOf( blockLimit ) == -1 ) 1046 if ( blockLimit && blockLimit.nodeName.IEquals( 'div' ) && currentBlocks.indexOf( blockLimit ) == -1 ) 1048 1047 currentBlocks.push( blockLimit ) ; 1049 1048