src/main/webapp/js/moralmap.js | ●●●●● patch | view | raw | blame | history |
src/main/webapp/js/moralmap.js
@@ -743,6 +743,9 @@ moralMap['_equipments'][key] = obj; } moralMap.getEquipment = function(key) { if(key == null){ return null; } key = String.prototype.toLowerCase.call(key); if(typeof moralMap['_equipments'] === 'object') { return moralMap['_equipments'][key];