Index: /FCKeditor/branches/features/style/editor/_source/classes/fckspecialcombo.js
===================================================================
--- /FCKeditor/branches/features/style/editor/_source/classes/fckspecialcombo.js	(revision 766)
+++ /FCKeditor/branches/features/style/editor/_source/classes/fckspecialcombo.js	(revision 767)
@@ -120,5 +120,5 @@
 {
 	if ( typeof item == 'string' )
-		item = this.Items[ item.toString().toLowerCase() ]
+		item = this.Items[ item.toString().toLowerCase() ] ;
 
 	if ( item )
Index: /FCKeditor/branches/features/style/editor/_source/classes/fckstyle.js
===================================================================
--- /FCKeditor/branches/features/style/editor/_source/classes/fckstyle.js	(revision 766)
+++ /FCKeditor/branches/features/style/editor/_source/classes/fckstyle.js	(revision 767)
@@ -363,11 +363,6 @@
 						return true ;
 				}
-
-				return false ;
-
-			case FCK_STYLE_OBJECT :
-			default :
-				return ;
-		}
+		}
+		return false ;
 	},
 
Index: /FCKeditor/branches/features/style/editor/_source/classes/fcktoolbarfontformatcombo.js
===================================================================
--- /FCKeditor/branches/features/style/editor/_source/classes/fcktoolbarfontformatcombo.js	(revision 766)
+++ /FCKeditor/branches/features/style/editor/_source/classes/fcktoolbarfontformatcombo.js	(revision 767)
@@ -72,5 +72,5 @@
 	{
 		var elementName = elements[ i ] ;
-		var style = FCKStyles.GetStyle( '_FCK_' + elementName )
+		var style = FCKStyles.GetStyle( '_FCK_' + elementName ) ;
 		style.Label = oNames[ elementName ] ;
 		styles[ '_FCK_' + elementName ] = style ;
Index: /FCKeditor/branches/features/style/editor/_source/fckjscoreextensions.js
===================================================================
--- /FCKeditor/branches/features/style/editor/_source/fckjscoreextensions.js	(revision 766)
+++ /FCKeditor/branches/features/style/editor/_source/fckjscoreextensions.js	(revision 767)
@@ -143,6 +143,5 @@
 			{ 
 				return replacement.apply( thisObj || this, arguments ) ; 
-			} 
-		) ;
+			} ) ;
 	}
 	else
Index: /FCKeditor/branches/features/style/editor/_source/internals/fckdomtools.js
===================================================================
--- /FCKeditor/branches/features/style/editor/_source/internals/fckdomtools.js	(revision 766)
+++ /FCKeditor/branches/features/style/editor/_source/internals/fckdomtools.js	(revision 767)
@@ -245,5 +245,5 @@
 	GetNextSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements )
 	{
-		while( currentNode = this.GetNextSourceNode( currentNode ) )
+		while( ( currentNode = this.GetNextSourceNode( currentNode ) ) )	// Only one "=".
 		{
 			if ( currentNode.nodeType == 1 )
Index: /FCKeditor/branches/features/style/editor/_source/internals/fckstyles.js
===================================================================
--- /FCKeditor/branches/features/style/editor/_source/internals/fckstyles.js	(revision 766)
+++ /FCKeditor/branches/features/style/editor/_source/internals/fckstyles.js	(revision 767)
@@ -278,5 +278,5 @@
 
 		if ( !stylesXmlPath || stylesXmlPath.length == 0 )
-			return ;
+			return styles ;
 
 		// Load the XML file into a FCKXml object.
