Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CS error.
  • Loading branch information
ADmad committed Nov 30, 2014
1 parent 6d83c72 commit 392117e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/View/Helper/HtmlHelper.php
Expand Up @@ -506,7 +506,6 @@ public function script($url, array $options = array()) {
}
$this->_includedAssets[__METHOD__][$url] = true;


$out = $this->formatTemplate('javascriptlink', [
'url' => $url,
'attrs' => $this->templater()->formatAttributes($options, ['block', 'once']),
Expand Down

0 comments on commit 392117e

Please sign in to comment.