diff options
author | carlgmathisen <> | 2008-11-11 21:56:02 +0000 |
---|---|---|
committer | carlgmathisen <> | 2008-11-11 21:56:02 +0000 |
commit | 3a3c7d6225029cfa299ea28814a6754ebdd363b5 (patch) | |
tree | a5492f6187a66cfae6c978b04ab5ffdc51278b00 /framework/Web/UI/ActiveControls/TBaseActiveControl.php | |
parent | 07f759fd1210019d9ca112a1f7d6ae0510a9d687 (diff) |
Issue 62
Diffstat (limited to 'framework/Web/UI/ActiveControls/TBaseActiveControl.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TBaseActiveControl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TBaseActiveControl.php b/framework/Web/UI/ActiveControls/TBaseActiveControl.php index b0bc5f58..8f55e27b 100644 --- a/framework/Web/UI/ActiveControls/TBaseActiveControl.php +++ b/framework/Web/UI/ActiveControls/TBaseActiveControl.php @@ -4,7 +4,7 @@ *
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Web.UI.ActiveControls
@@ -385,7 +385,7 @@ class TBaseActiveCallbackControl extends TBaseActiveControl */
public function getJsCallbackOptions()
{
- return TJavascript::encode($this->getClientSideOptions());
+ return TJavaScript::encode($this->getClientSideOptions());
}
}
|