Fixing nits
This commit is contained in:
parent
ba0ff06771
commit
f2bdcb9fc9
@ -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)];
|
||||
}
|
||||
|
@ -97,4 +97,4 @@ window.getAttackApGain = function(d) {
|
||||
fieldCount : fieldCount,
|
||||
fieldAp : fieldAp
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user