summaryrefslogtreecommitdiff
path: root/framework/TJavaScriptLiteral.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TJavaScriptLiteral.php')
-rw-r--r--framework/TJavaScriptLiteral.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/TJavaScriptLiteral.php b/framework/TJavaScriptLiteral.php
index f38a42a0..56dc6e85 100644
--- a/framework/TJavaScriptLiteral.php
+++ b/framework/TJavaScriptLiteral.php
@@ -10,9 +10,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System
+ * @package Prado
*/
+namespace Prado;
+
/**
* TJavaScriptLiteral class that encloses string literals that are not
* supposed to be escaped by {@link TJavaScript::encode() }
@@ -31,7 +33,7 @@
* $raw=_js($js);
* </code>
*
- * @package System
+ * @package Prado
* @since 3.2.0
*/
class TJavaScriptLiteral