From e1eeeea78440811d2106ff84e020365016e6bea0 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Sun, 3 Aug 2014 01:58:22 +0200 Subject: [PATCH] Remove feeble documentation attempt. --- js/game.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/game.js b/js/game.js index 6f38759..d482931 100644 --- a/js/game.js +++ b/js/game.js @@ -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;