better docs

This commit is contained in:
Alexander Makarov
2012-07-27 13:22:24 +04:00
parent ada1cedc7d
commit a144359bd0
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,7 @@
/**
* CJavaScriptExpression represents a JavaScript expression that does not need escaping.
* It can be passed to {@link CJavaScript::encode()} and the code will stay as is
* no matter if $safe set to true or not.
* It can be passed to {@link CJavaScript::encode()} and the code will stay as is.
*
* @author Alexander Makarov <sam@rmcreative.ru>
* @package system.web.helpers