From 52b97a15898af0c50128c837fb08186603d0881e Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 07:16:35 +0000 Subject: added missing package description --- framework/Web/UI/ActiveControls/TDraggable.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php index 4c7803a7..e26f13b5 100755 --- a/framework/Web/UI/ActiveControls/TDraggable.php +++ b/framework/Web/UI/ActiveControls/TDraggable.php @@ -6,6 +6,7 @@ * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license * @version $Id$ + * @package System.Web.UI.ActiveControls */ /** @@ -25,6 +26,7 @@ * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license * @version $Id$ + * @package System.Web.UI.ActiveControls */ class TDraggable extends TPanel { @@ -191,4 +193,4 @@ class TDraggableGhostingOptions extends TEnumerable const Ghosting='Ghosting'; const SuperGhosting='SuperGhosting'; } -?> \ No newline at end of file +?> -- cgit v1.2.3