core: getJSFiles -> getJSPlugins

- 각각 js를 불러오기보다.. 초기화 함수를 직접 호출
- lazy loading은 어차피 나중에 새로 만들거니까 안 함.
This commit is contained in:
2021-08-30 01:14:20 +09:00
parent 68b00733e3
commit 7590c0241a
30 changed files with 94 additions and 85 deletions
+2 -2
View File
@@ -229,10 +229,10 @@ class che_천도 extends Command\NationCommand
return true;
}
public function getJSFiles(): array
public function getJSPlugins(): array
{
return [
'dist_js/defaultSelectCityByMap.js'
'defaultSelectCityByMap'
];
}