yuliang 2 gadi atpakaļ
vecāks
revīzija
ce52934b67
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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 {

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
dist/yvan-ext-mobile.js.map