fix(hub): eslint

This commit is contained in:
Micooz 2017-03-08 23:22:43 +08:00
parent 8b0749a707
commit 2c0323cfc0

@ -10,7 +10,7 @@ const nextId = (function () {
i = 0;
}
return ++i;
}
};
})();
export class Hub {