From 51a4dabfc9243da75c20157482a63b1d9fd325e5 Mon Sep 17 00:00:00 2001 From: Shawn Clark Date: Tue, 19 Feb 2013 23:17:19 -0800 Subject: [PATCH] nits - object field whitespace --- code/portal_info.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/code/portal_info.js b/code/portal_info.js index 82f75011..2e2e2127 100644 --- a/code/portal_info.js +++ b/code/portal_info.js @@ -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 }; }