diff options
author | xue <> | 2006-02-18 07:24:51 +0000 |
---|---|---|
committer | xue <> | 2006-02-18 07:24:51 +0000 |
commit | 145c4aef09e278d29bfd8e9858e114ca097e5901 (patch) | |
tree | f125683e12badb170f9b5c435a811fd4f8eb3942 /framework/core.php | |
parent | 64a5d4b6d3adaeab325d0e72d6c6c7624d861807 (diff) |
client script reorganization.
Diffstat (limited to 'framework/core.php')
-rw-r--r-- | framework/core.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/core.php b/framework/core.php index c3a14c5d..d660fb81 100644 --- a/framework/core.php +++ b/framework/core.php @@ -46,6 +46,10 @@ require_once(PRADO_DIR.'/Data/TXmlDocument.php'); */
require_once(PRADO_DIR.'/Web/THttpUtility.php');
/**
+ * Includes TJavaScript definition
+ */
+require_once(PRADO_DIR.'/Web/Javascripts/TJavaScript.php');
+/**
* Includes TCache definition
*/
require_once(PRADO_DIR.'/Data/TCache.php');
|