Updated JavaScript casing and JsHelper references in doc blocks

This commit is contained in:
Bryan Crowe 2013-09-25 22:46:38 -04:00
parent 1c148c28f0
commit 915b51b239
11 changed files with 25 additions and 25 deletions
lib/Cake/Controller

View file

@ -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', 'JavaScript', '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