fengxiang
2018-02-06 c9a299fda3528837c9072b34bb5b270eefe333d1
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];