Changeset 663
- Timestamp:
- 2007-08-15 18:25:03 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fcktoolbarset.js
r491 r663 61 61 { 62 62 alert( 'Invalid value for "ToolbarLocation"' ) ; 63 return this._Init( 'In' );63 return arguments.callee( 'In' ); 64 64 } 65 65 … … 225 225 this.Items = new Array() ; 226 226 227 // Reset the array of toolba titems that are active only on WYSIWYG mode.227 // Reset the array of toolbar items that are active only on WYSIWYG mode. 228 228 this.ItemsWysiwygOnly = new Array() ; 229 229