|
|
@@ -88,7 +88,7 @@ class Controller extends Object implements CakeEventListener {
|
|
|
* An array containing the names of helpers this controller uses. The array elements should
|
|
|
* not contain the "Helper" part of the classname.
|
|
|
*
|
|
|
- * Example: `public $helpers = array('Html', 'JavaScript', 'Time', 'Ajax');`
|
|
|
+ * Example: `public $helpers = array('Html', 'Js', 'Time', 'Ajax');`
|
|
|
*
|
|
|
* @var mixed A single name as a string or a list of names as an array.
|
|
|
* @link http://book.cakephp.org/2.0/en/controllers.html#components-helpers-and-uses
|