Skip to content

Commit

Permalink
Remove custom openhandler
Browse files Browse the repository at this point in the history
Release is tagged, no need for this.
  • Loading branch information
barryvdh committed Nov 10, 2014
1 parent ba232a5 commit bbfd376
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 205 deletions.
4 changes: 0 additions & 4 deletions src/JavascriptRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ class JavascriptRenderer extends BaseJavascriptRenderer
'vendor/highlightjs/styles/github.css'
);

// Removed 'openhandler.js' until new release is tagged.
protected $jsFiles = array('debugbar.js', 'widgets.js');

public function __construct(DebugBar $debugBar, $baseUrl = null, $basePath = null)
{
parent::__construct($debugBar, $baseUrl, $basePath);

$this->cssFiles[] = __DIR__ . '/Resources/laravel-debugbar.css';
$this->jsFiles[] = __DIR__ . '/Resources/openhandler.js';
$this->cssVendors[] = __DIR__ . '/Resources/vendor/font-awesome/style.css';
}

Expand Down
201 changes: 0 additions & 201 deletions src/Resources/openhandler.js

This file was deleted.

0 comments on commit bbfd376

Please sign in to comment.