diff options
author | ctrlaltca@gmail.com <> | 2011-05-25 08:08:06 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-05-25 08:08:06 +0000 |
commit | b282fa042e344a3739d5b48ac393e50c082227e4 (patch) | |
tree | 4a62b0978119499426867e68eea94b30cc61413c /framework/Web/UI/ActiveControls/TDropContainer.php | |
parent | 58544be11ffc793eb39d613ce7878a7feba1ee02 (diff) |
fixed last blocking error related to the build script. it completes successfully now
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDropContainer.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDropContainer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/ActiveControls/TDropContainer.php b/framework/Web/UI/ActiveControls/TDropContainer.php index b9981033..5271cde6 100755 --- a/framework/Web/UI/ActiveControls/TDropContainer.php +++ b/framework/Web/UI/ActiveControls/TDropContainer.php @@ -31,7 +31,7 @@ Prado::using('System.Web.UI.ActiveControls.TActivePanel'); * * Events: * - * <b>{@link OnDrop OnDrop} : raised when a TDraggable control is dropped. The dropped control id is encapsulated in the event parameter, + * <b>{@link OnDrop OnDrop}</b> : raised when a TDraggable control is dropped. The dropped control id is encapsulated in the event parameter, * as well as mouse coordinates and key modifiers status * * |