nits - object field whitespace

This commit is contained in:
Shawn Clark
2013-02-19 23:17:19 -08:00
parent f2bdcb9fc9
commit 51a4dabfc9

View File

@ -87,14 +87,14 @@ window.getAttackApGain = function(d) {
var totalAp = destroyAp + captureAp;
return {
totalAp : totalAp,
destroyAp : destroyAp,
captureAp : captureAp,
resoCount : resoCount,
resoAp : resoAp,
linkCount : linkCount,
linkAp : linkAp,
fieldCount : fieldCount,
fieldAp : fieldAp
totalAp: totalAp,
destroyAp: destroyAp,
captureAp: captureAp,
resoCount: resoCount,
resoAp: resoAp,
linkCount: linkCount,
linkAp: linkAp,
fieldCount: fieldCount,
fieldAp: fieldAp
};
}