Index: /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1266)
+++ /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1267)
@@ -270,4 +270,5 @@
 				clearTimeout( retval.Timer ) ;
 		} ) ;
+
 	return retval ;
 }() ;
@@ -449,6 +450,5 @@
 	}
 
-	var retval = 
-	{
+	return {
 		AddTab : function( tabCode, tabText, startHidden )
 		{
@@ -512,5 +512,4 @@
 		}
 	}
-	return retval ;
 }() ;
 
@@ -572,5 +571,5 @@
 	}
 
-	var retval = {
+	return {
 		// Program entry point.
 		Init : function()
@@ -745,6 +744,4 @@
 		}
 	}
-
-	return retval ;
 }() ;
 
