We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb292cd commit 32b4476Copy full SHA for 32b4476
CHANGE.md
@@ -4,6 +4,7 @@ Version 1.6.4
4
5
- (enh #41): Add Simplified Chinese translations.
6
- (enh #43): Add Slovak translations.
7
+- (bug #45): Correct MomentAsset dependency.
8
- (enh #46): Better defaulting of `form-control` CSS class.
9
- (enh #51): Update to latest release of bootstrap-datarangepicker plugin.
10
MomentAsset.php
@@ -16,7 +16,8 @@
16
*/
17
class MomentAsset extends \kartik\base\AssetBundle
18
{
19
- public $jsOptions = ['position' => \yii\web\View::POS_HEAD];
+ public $jsOptions = ['position' => \yii\web\View::POS_HEAD];
20
+ public $depends = [];
21
22
/**
23
* @inheritdoc
0 commit comments