Skip to content

Commit

Permalink
Removing Html tags from JsHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 13, 2009
1 parent a1a54a1 commit 2f40804
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cake/libs/view/helpers/js.php
Expand Up @@ -86,18 +86,6 @@ class JsHelper extends AppHelper {
* @var array
**/
var $helpers = array('Html');
/**
* HTML tags used by this helper.
*
* @var array
* @access public
**/
var $tags = array(
'javascriptblock' => '<script type="text/javascript">%s</script>',
'javascriptstart' => '<script type="text/javascript">',
'javascriptlink' => '<script type="text/javascript" src="%s"></script>',
'javascriptend' => '</script>'
);
/**
* Current Javascript Engine that is being used
*
Expand Down

0 comments on commit 2f40804

Please sign in to comment.