Index: /FCKeditor/branches/developers/martinkou/editor/plugins/dragresizetable/fckplugin.js
===================================================================
--- /FCKeditor/branches/developers/martinkou/editor/plugins/dragresizetable/fckplugin.js	(revision 471)
+++ /FCKeditor/branches/developers/martinkou/editor/plugins/dragresizetable/fckplugin.js	(revision 472)
@@ -138,5 +138,5 @@
 		FCKDragTableHandler._OriginalX = evt.clientX ;
 
-		// TODO: calculate maximum and minimum x-coordinate delta.
+		// Calculate maximum and minimum x-coordinate delta.
 		var borderIndex = FCKDragTableHandler._GetResizeBarPosition() ;
 		var offset = FCKDragTableHandler._GetDocumentPosition( window, FCK.EditingArea.IFrame ) ;
@@ -421,5 +421,5 @@
 		var mouse = { "x" : evt.clientX, "y" : evt.clientY } ;
 
-		// TODO: calculate the mouse position delta and see if we've gone out of range.
+		// Calculate the mouse position delta and see if we've gone out of range.
 		if ( mouse.x >= this._MaximumX - 5 )
 			mouse.x = this._MaximumX - 5 ;
