Index: /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1216)
+++ /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1217)
@@ -557,5 +557,5 @@
 DragMouseMoveHandler = function( evt )
 {
-	if ( !LastCoords)
+	if ( !window.LastCoords)
 		return ;
 	if ( !evt )
@@ -583,5 +583,5 @@
 DragMouseUpHandler = function( evt )
 {
-	if ( !LastCoords )
+	if ( !window.LastCoords )
 		return ;
 	if ( !evt )
