Changeset 2186 for FCKeditor/branches

Show
Ignore:
Timestamp:
2008-07-07 05:26:16 (5 months ago)
Author:
martinkou
Message:

Fixed "FCKTools is not defined" error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/features/div_container/editor/dialog/fck_div.html

    r2185 r2186  
    238238                        if ( block.nodeName.IEquals( 'div' ) ) 
    239239                        { 
    240                                 var docFrag = FCKTools.GetElementDocument( block ).createDocumentFragment() ; 
     240                                var docFrag = oEditor.FCKTools.GetElementDocument( block ).createDocumentFragment() ; 
    241241                                while ( block.firstChild ) 
    242242                                {