Remove feeble documentation attempt.

This commit is contained in:
Kevin Dungs
2014-08-03 01:58:22 +02:00
parent b9c6d094d1
commit e1eeeea784
-4
View File
@@ -48,10 +48,6 @@
}
};
/* Construct research object from json file.
* Additional attribute level keeps track of the current upgrade status.
* Also add functionality to research each item.
*/
var research = loadJsonFile('json/research.json');
research.map(function (item) { // define additional stuff on the objects
item.level = 0;