core: getJSFiles -> getJSPlugins
- 각각 js를 불러오기보다.. 초기화 함수를 직접 호출 - lazy loading은 어차피 나중에 새로 만들거니까 안 함.
This commit is contained in:
@@ -166,10 +166,10 @@ class che_강행 extends Command\GeneralCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getJSFiles(): array
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/defaultSelectCityByMap.js'
|
||||
'defaultSelectCityByMap'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -196,7 +196,7 @@ class che_건국 extends Command\GeneralCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getJSFiles(): array
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/colorSelect.js'
|
||||
|
||||
@@ -174,10 +174,10 @@ class che_이동 extends Command\GeneralCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getJSFiles(): array
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/defaultSelectCityByMap.js'
|
||||
'defaultSelectCityByMap'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -231,7 +231,7 @@ class che_징병 extends Command\GeneralCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getJSFiles(): array
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/recruitCrewForm.js'
|
||||
|
||||
@@ -222,10 +222,10 @@ class che_첩보 extends Command\GeneralCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getJSFiles(): array
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/defaultSelectCityByMap.js'
|
||||
'defaultSelectCityByMap'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -236,10 +236,10 @@ class che_출병 extends Command\GeneralCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getJSFiles(): array
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/defaultSelectCityByMap.js'
|
||||
'defaultSelectCityByMap'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -332,10 +332,10 @@ class che_화계 extends Command\GeneralCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getJSFiles(): array
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/defaultSelectCityByMap.js'
|
||||
'defaultSelectCityByMap'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user