Index: /FCKeditor/trunk/editor/_source/classes/fckspecialcombo.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckspecialcombo.js	(revision 1064)
+++ /FCKeditor/trunk/editor/_source/classes/fckspecialcombo.js	(revision 1065)
@@ -82,8 +82,5 @@
 {
 	if ( this.Items )
-	{
-		for ( var key in this.Items )
-			this.Items[key] = null ;
-	}
+		this.Items = {} ;
 	
 	var itemsholder = this._ItemsHolderEl ;
