File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class ViewerJsAssets extends AssetBundle
20
20
/**
21
21
* @var string the directory that contains the source asset files for this asset bundle.
22
22
*/
23
- public $ sourcePath = '@vendor/bower/viewerjs/ViewerJs ' ;
23
+ public $ sourcePath = '@vendor/bower/viewerjs/ViewerJS ' ;
24
24
/**
25
25
* @var array list of JavaScript files that this bundle contains.
26
26
*/
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ protected function _getIframeUrl()
50
50
public function init ()
51
51
{
52
52
ViewerJsAssets::register ($ this ->view );
53
- $ this ->_urlViewer = \Yii::$ app ->assetManager ->getPublishedUrl ('@vendor/bower/viewerjs/ViewerJs ' );
53
+ $ this ->_urlViewer = \Yii::$ app ->assetManager ->getPublishedUrl ('@vendor/bower/viewerjs/ViewerJS ' );
54
54
parent ::init ();
55
55
}
56
56
You can’t perform that action at this time.
0 commit comments