refactor(stats): Address PR comments

This commit is contained in:
Sabe Jones
2015-11-18 15:06:55 -05:00
parent 7d2643063f
commit 31b68219d1
3 changed files with 57 additions and 62 deletions

View File

@@ -13,12 +13,12 @@ api = module.exports = {};
api.i18n = i18n;
import statHelpers from './statHelpers.js'
import * as statHelpers from './statHelpers';
api.maxLevel = statHelpers.maxLevel;
api.capByLevel = statHelpers.capByLevel;
api.maxHealth = statHelpers.maxHealth;
api.tnl = statHelpers.tnl;
api.maxHealth = statHelpers.MAX_HEALTH;
api.tnl = statHelpers.toNextLevel;
api.diminishingReturns = statHelpers.diminishingReturns;
$w = api.$w = function(s) {