yuliang hace 2 años
padre
commit
ce52934b67
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      dist/yvan-ext-mobile.js
  2. 1 1
      dist/yvan-ext-mobile.js.map

+ 2 - 2
dist/yvan-ext-mobile.js

@@ -38700,7 +38700,7 @@ define(['exports'], function (exports) { 'use strict';
                   obj[idx] = '';
               }
               else {
-                  if (typeof value === "string" && /^-?\d*\.?\d+$/.test(value)) {
+                  if (typeof value === "string" && /^-?\d*\.\d+$/.test(value)) {
                       obj[idx] = parseFloat(value) + "";
                   }
                   else {
@@ -38715,7 +38715,7 @@ define(['exports'], function (exports) { 'use strict';
                   obj[key] = '';
               }
               else {
-                  if (typeof value === "string" && /^-?\d*\.?\d+$/.test(value)) {
+                  if (typeof value === "string" && /^-?\d*\.\d+$/.test(value)) {
                       obj[key] = parseFloat(value) + "";
                   }
                   else {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
dist/yvan-ext-mobile.js.map