Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho authored May 4, 2018
1 parent 151efb6 commit 0e4019a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChartJsAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

class ChartJsAsset extends AssetBundle
{
public $sourcePath = '@bower/chartjs';
public $sourcePath = '@bower/chart.js';

public function init()
{
$this->js = YII_DEBUG ? ['dist/Chart.js'] : ['dist/Chart.min.js'];
}
}
}

0 comments on commit 0e4019a

Please sign in to comment.