Changeset 412

Show
Ignore:
Timestamp:
2007-07-06 07:03:44 (17 months ago)
Author:
martinkou
Message:

Fixed typo in fcktools_ie.js which crashes Internet Explorer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fcktools_ie.js

    r411 r412  
    3434 
    3535// Appends a CSS style string to a document. 
    36 FCKTools._AppendStyleSheet = function( documentElement, cssStyles ) 
     36FCKTools._AppendStyleString = function( documentElement, cssStyles ) 
    3737{ 
    3838        var s = documentElement.createStyleSheet( "" ) ;