Skip to content

Commit

Permalink
Updating file header and doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 17, 2009
1 parent 4a4b9ee commit a5bfe72
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions cake/libs/view/helpers/js.php
@@ -1,25 +1,21 @@
<?php
/* SVN FILE: $Id$ */
/**
* Javascript Generator class file.
*
* PHP versions 4 and 5
*
* CakePHP : Rapid Development Framework (http://www.cakephp.org)
* Copyright 2006-2008, Cake Software Foundation, Inc.
* Copyright 2006-2009, Cake Software Foundation, Inc.
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @filesource
* @copyright Copyright 2006-2008, Cake Software Foundation, Inc.
* @copyright Copyright 2006-2009, Cake Software Foundation, Inc.
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
* @package cake
* @subpackage cake.cake.libs.view.helpers
* @since CakePHP v 1.2
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
**/
/**
Expand Down Expand Up @@ -61,6 +57,7 @@ class JsHelper extends AppHelper {
* __objects
*
* @var array
* @access private
**/
var $__objects = array();
/**
Expand Down

0 comments on commit a5bfe72

Please sign in to comment.