summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls/TJuiDroppable.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-02-08 13:41:59 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-02-08 13:41:59 +0100
commitd8f79c9c1338054d9d0d60955d6813a4477ff50c (patch)
tree01735afded29651591a3bae848947b46008cfba2 /framework/Web/UI/JuiControls/TJuiDroppable.php
parentb47c5019cc1f783cba9b5f6d9798a766b2fe1586 (diff)
Quickstart documentation for Interactions
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiDroppable.php')
-rw-r--r--framework/Web/UI/JuiControls/TJuiDroppable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiDroppable.php b/framework/Web/UI/JuiControls/TJuiDroppable.php
index 3c79f536..2d2ed6b9 100644
--- a/framework/Web/UI/JuiControls/TJuiDroppable.php
+++ b/framework/Web/UI/JuiControls/TJuiDroppable.php
@@ -18,7 +18,7 @@ Prado::using('System.Web.UI.ActiveControls.TActivePanel');
* TJuiDroppable is an extension to {@link TActivePanel} based on jQuery-UI's
* {@link http://jqueryui.com/droppable/ Droppable} interaction.
* When a {@link TJuiDraggable} is dropped over a TJuiDroppable panel, the
- * {@link onDrop OnDrop} event will be triggered. An event hanler will receive
+ * {@link onDrop OnDrop} event will be triggered. The event hanler will receive
* a {@link TJuiEventParameter} object containing a reference to the dropped control
* in the <tt>DraggableControl</tt> property.
*