Index: /FCKeditor/trunk/editor/_source/internals/fckselection_ie.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckselection_ie.js	(revision 279)
+++ /FCKeditor/trunk/editor/_source/internals/fckselection_ie.js	(revision 280)
@@ -26,5 +26,5 @@
 {
 	return FCK.EditorDocument.selection.type ;
-}
+} ;
 
 // Retrieves the selected element (if any), just in the case that a single
@@ -39,5 +39,6 @@
 			return FCK.EditorDocument.selection.createRange().item(0) ;
 	}
-}
+	return null ;
+} ;
 
 FCKSelection.GetParentElement = function()
@@ -52,5 +53,5 @@
 			return FCK.EditorDocument.selection.createRange().parentElement() ;
 	}
-}
+} ;
 
 FCKSelection.SelectNode = function( node )
@@ -73,5 +74,5 @@
 
 	oRange.select() ;
-}
+} ;
 
 FCKSelection.Collapse = function( toStart )
@@ -84,5 +85,5 @@
 		oRange.select() ;
 	}
-}
+} ;
 
 // The "nodeTagName" parameter must be Upper Case.
@@ -108,5 +109,5 @@
 
 	return false ;
-}
+} ;
 
 // The "nodeTagName" parameter must be UPPER CASE.
@@ -140,5 +141,5 @@
 
 	return oNode ;
-}
+} ;
 
 FCKSelection.Delete = function()
@@ -154,5 +155,5 @@
 
 	return oSel ;
-}
+} ;
 
 
