MaiXinRong 6 سال پیش
والد
کامیت
5cee1cca94
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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}
+})();