MaiXinRong 6 năm trước cách đây
mục cha
commit
5cee1cca94
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/public/js/zh_calc.js

+ 2 - 2
app/public/js/zh_calc.js

@@ -106,5 +106,5 @@ const ZhCalc = (function () {
     function round(value, decimal) {
         return value ? Decimal.round(value, decimal).toNumber() : null;
     };
-    return {plus, minus, times, divide, round}
-});
+    return {add, sub, mul, div, round}
+})();