2
0
Frederic Torres 12 жил өмнө
parent
commit
8b2d9c3984

+ 1 - 7
Jint/Native/Json/JsonSerializer.cs

@@ -164,13 +164,7 @@ namespace Jint.Native.Json
                         return value;
                 }
             }
-            
-            //if (value == Undefined.Instance) 
-            //{
-            //    //return Undefined.Instance;
-            //    return "null";
-            //}
-
+           
             if (value == Null.Instance)
             {
                 return "null";