Remove Common/Enums Magics.*

This commit is contained in:
djmaze 2020-08-13 22:58:41 +02:00
parent 382aef7ebb
commit 6541a1de7c
38 changed files with 135 additions and 219 deletions

4
dev/bootstrap.js vendored
View file

@ -60,7 +60,7 @@ export default (App) => {
$htmlCL.add('rl-booted');
App.bootstart();
}, Enums.Magics.Time10ms);
}, 10);
};
window.__APP_BOOT = fErrorCallback => {
@ -74,7 +74,7 @@ export default (App) => {
}
window.__APP_BOOT = null;
}, Enums.Magics.Time10ms);
}, 10);
});
};
};