diff options
author | Christophe.Boulain <> | 2010-02-17 13:55:18 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-17 13:55:18 +0000 |
commit | b13ce728aed3916500b2560ff203fc14799425be (patch) | |
tree | ce1cd16fb251cb31c6d6dce227be136e4237f1c9 /framework/Web/UI/ActiveControls/TDraggable.php | |
parent | c57247d0014401209edb802e6c5b5600e19e5a80 (diff) |
Fixes various phpdoc problems
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDraggable.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php index e4e4c4c4..2d974786 100755 --- a/framework/Web/UI/ActiveControls/TDraggable.php +++ b/framework/Web/UI/ActiveControls/TDraggable.php @@ -5,6 +5,7 @@ * @author Christophe BOULAIN (Christophe.Boulain@gmail.com) * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license + * @package System.Web.UI.ActiveControls * @version $Id$ */ @@ -16,6 +17,7 @@ * @author Christophe BOULAIN (Christophe.Boulain@gmail.com) * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license + * @package System.Web.UI.ActiveControls * @version $Id$ */ class TDraggable extends TPanel |