Skip to content

Commit 6c6fef7

Browse files
authored
Merge pull request #3 from Mithrandil/patch-1
Corrected Capital letter typo
2 parents 536b74b + a415052 commit 6c6fef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FloatTheadAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class FloatTheadAsset extends AssetBundle
1818
{
19-
public $sourcePath = '@bower/floatthead/dist';
19+
public $sourcePath = '@bower/floatThead/dist';
2020
public $js = ['jquery.floatThead.min.js'];
2121
public $depends = [
2222
'yii\web\JqueryAsset',

0 commit comments

Comments
 (0)