Fixing nits

This commit is contained in:
Shawn Clark 2013-02-19 23:15:46 -08:00
parent ba0ff06771
commit f2bdcb9fc9
2 changed files with 3 additions and 3 deletions

View File

@ -152,4 +152,4 @@ window.getAttackApGainText = function(d) {
} }
return [tt('AP Gain'), tt(breakdown.totalAp)]; return [tt('AP Gain'), tt(breakdown.totalAp)];
}; }

View File

@ -97,4 +97,4 @@ window.getAttackApGain = function(d) {
fieldCount : fieldCount, fieldCount : fieldCount,
fieldAp : fieldAp fieldAp : fieldAp
}; };
}; }