- Timestamp:
- 2008-07-03 00:03:15 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditorConfig.java
r2101 r2151 33 33 34 34 /** 35 * Contains the configuration settings for the FCK Editor.<br>35 * Contains the configuration settings for the FCKeditor.<br /> 36 36 * By adding elements to this collection you can override the settings specified 37 37 * in the config.js file. … … 47 47 * Initialize the configuration collection 48 48 */ 49 public FCKeditorConfig( ) {49 public FCKeditorConfig( ) { 50 50 super(); 51 51 }