Skip to content

Commit a8fb3ee

Browse files
authored
Added spaces
1 parent eb7439e commit a8fb3ee

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/assets/MultipleInputAsset.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ public function __construct($config = [])
2424
{
2525
$config = array_merge([
2626
'sourcePath' => __DIR__ . '/src/',
27-
'js' => [YII_DEBUG ? 'js/jquery.multipleInput.js' : 'js/jquery.multipleInput.min.js'],
28-
'css' => [YII_DEBUG ? 'css/multiple-input.css' : 'css/multiple-input.min.css'],
27+
'js' => [
28+
YII_DEBUG ? 'js/jquery.multipleInput.js' : 'js/jquery.multipleInput.min.js'
29+
],
30+
'css' => [
31+
YII_DEBUG ? 'css/multiple-input.css' : 'css/multiple-input.min.css'
32+
],
2933
], $config);
3034

3135
parent::__construct($config);
3236
}
3337

3438

35-
}
39+
}

0 commit comments

Comments
 (0)