Removed the jquery helper. Going to keep my js code in seperate files for now

This commit is contained in:
Kyle Johnson 2013-05-25 11:54:34 -04:00
parent 07ac7aaeb4
commit 60b67a1703
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ App::uses('Controller', 'Controller');
* @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
*/
class AppController extends Controller {
public $helpers = array('Html', 'Form', 'Js' => array('jQuery'));
public $helpers = array('Html', 'Form');
public $components = array('Cookie', 'Session');
public function beforeFilter() {