diff options
author | Christophe.Boulain <> | 2010-02-22 08:10:30 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-22 08:10:30 +0000 |
commit | dc727f26dab81c6ae6d06aef6db966a991e2342b (patch) | |
tree | c0eefea3ee2d31d5517104e412d4fe8e8e404607 /framework/Web/UI/ActiveControls/TCallbackClientScript.php | |
parent | a779552bc0809d5673d7b4353168aef8114035b4 (diff) |
Merged /branches/3.1:r2773 into trunk
Diffstat (limited to 'framework/Web/UI/ActiveControls/TCallbackClientScript.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TCallbackClientScript.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TCallbackClientScript.php b/framework/Web/UI/ActiveControls/TCallbackClientScript.php index 062f63dc..8fbdd864 100644 --- a/framework/Web/UI/ActiveControls/TCallbackClientScript.php +++ b/framework/Web/UI/ActiveControls/TCallbackClientScript.php @@ -126,8 +126,8 @@ class TCallbackClientScript extends TApplicationComponent }
/**
- * Client script to click on an element. <b>This client-side function
- * is unpredictable.</b>
+ * Client script to click on an element. <b>This client-side function is unpredictable.</b>
+ *
* @param TControl control element or element id
*/
public function click($control)
|