Code refactoring

This commit is contained in:
RainLoop Team 2016-06-16 02:36:44 +03:00
parent 60bac7192f
commit 90d95d3ca4
28 changed files with 977 additions and 924 deletions

View file

@ -1,9 +1,7 @@
class AbstractBoot
{
bootstart() {
// eslint-disable-line no-empty
}
bootstart() {/* eslint-disable-line no-empty */}
}
export {AbstractBoot, AbstractBoot as default};