This commit is contained in:
syuilo
2017-11-21 10:01:00 +09:00
parent c1efe0a3a4
commit c47addc973
4 changed files with 17 additions and 6 deletions

View File

@@ -52,8 +52,8 @@ if (localStorage.getItem('should-refresh') == 'true') {
}
// MiOSを初期化してコールバックする
export default callback => {
const mios = new MiOS();
export default (callback, sw = false) => {
const mios = new MiOS(sw);
mios.init(() => {
// ミックスイン初期化