Index: /FCKeditor/trunk/fckeditor.js
===================================================================
--- /FCKeditor/trunk/fckeditor.js	(revision 892)
+++ /FCKeditor/trunk/fckeditor.js	(revision 893)
@@ -206,5 +206,5 @@
 
 	// Safari 3+
-	if ( enableSafari && sAgent.indexOf( ' applewebkit/' ) != -1 )
+	if ( sAgent.indexOf( ' applewebkit/' ) != -1 )
 		return ( sAgent.match( / applewebkit\/(\d+)/ )[1] >= 522 ) ;	// Build must be at least 522 (v3)
 
