TonyKang 3 rokov pred
rodič
commit
d5f7bf141a
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      web/over_write/js/sichuan_2018.js

+ 2 - 0
web/over_write/js/sichuan_2018.js

@@ -581,10 +581,12 @@ if (typeof projectObj !== 'undefined') {
     return '102-3'
   }
 }
+const defaultCalcMode = 1;
 
 if (typeof module !== 'undefined' && !module.nodeType) {
   module.exports = {
     progression,
+    defaultCalcMode,
     deficiency
   };
 }