From 145c4aef09e278d29bfd8e9858e114ca097e5901 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 18 Feb 2006 07:24:51 +0000 Subject: client script reorganization. --- framework/core.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/core.php') diff --git a/framework/core.php b/framework/core.php index c3a14c5d..d660fb81 100644 --- a/framework/core.php +++ b/framework/core.php @@ -45,6 +45,10 @@ require_once(PRADO_DIR.'/Data/TXmlDocument.php'); * Includes THttpUtility definition */ require_once(PRADO_DIR.'/Web/THttpUtility.php'); +/** + * Includes TJavaScript definition + */ +require_once(PRADO_DIR.'/Web/Javascripts/TJavaScript.php'); /** * Includes TCache definition */ -- cgit v1.2.3