Browse Source

Fixing merge issue

Sebastien Ros 7 years ago
parent
commit
5806fa5172
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Jint/Native/JsString.cs

+ 0 - 6
Jint/Native/JsString.cs

@@ -144,12 +144,6 @@ namespace Jint.Native
 
 
                 return _value;
                 return _value;
             }
             }
-            
-            [Pure]
-            public override object ToObject()
-            {
-                return AsString();
-            }
 
 
             public override JsString Append(JsValue jsValue)
             public override JsString Append(JsValue jsValue)
             {
             {