yuliang 2 rokov pred
rodič
commit
ce52934b67
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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 {

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1 - 1
dist/yvan-ext-mobile.js.map