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

@ -151,5 +151,5 @@ window.getAttackApGainText = function(d) {
return '<tt title="' + t + '">' + digits(text) + '</tt>';
}
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,
fieldAp : fieldAp
};
};
}