From 3a3c7d6225029cfa299ea28814a6754ebdd363b5 Mon Sep 17 00:00:00 2001 From: carlgmathisen <> Date: Tue, 11 Nov 2008 21:56:02 +0000 Subject: Issue 62 --- framework/Web/UI/ActiveControls/TBaseActiveControl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/ActiveControls/TBaseActiveControl.php') 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 * @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()); } } -- cgit v1.2.3