Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Great work Mike.
I would change line 61 from:
return totSkill; to return totSkill.toFixed(2); It increases readability with ALL TrExMa-skills with 2 decimals. Much faster to compare the different values on the transferlist. |