mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-26 20:00:06 +08:00
new asset WIP
This commit is contained in:
@@ -15,9 +15,8 @@ use yii\web\AssetBundle;
|
||||
*/
|
||||
class ActiveFormAsset extends AssetBundle
|
||||
{
|
||||
public $sourcePath = '@yii/assets';
|
||||
public $js = [
|
||||
'yii.activeForm.js',
|
||||
'yii2/assets/yii.activeForm.js',
|
||||
];
|
||||
public $depends = [
|
||||
'yii\web\YiiAsset',
|
||||
|
||||
Reference in New Issue
Block a user