Changeset 412
- Timestamp:
- 2007-07-06 07:03:44 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fcktools_ie.js
r411 r412 34 34 35 35 // Appends a CSS style string to a document. 36 FCKTools._AppendStyleS heet= function( documentElement, cssStyles )36 FCKTools._AppendStyleString = function( documentElement, cssStyles ) 37 37 { 38 38 var s = documentElement.createStyleSheet( "" ) ;