Implemented a javascript code style

This commit is contained in:
Stefan Zermatten
2015-04-22 12:44:25 +02:00
parent dce20375b5
commit fada0f5136
113 changed files with 1614 additions and 1650 deletions

View File

@@ -1,3 +1,21 @@
xpTable = [0, 300, 900, 2700, 6500, 14000, 23000, 34000, 48000, 64000,
85000, 100000, 120000, 140000, 165000, 195000, 225000, 265000,
305000, 355000];
XP_TABLE = [0,
300,
900,
2700,
6500,
14000,
23000,
34000,
48000,
64000,
85000,
100000,
120000,
140000,
165000,
195000,
225000,
265000,
305000,
355000,
];