Browse Source

Fixing sample

Sébastien Ros 11 năm trước cách đây
mục cha
commit
8012835585
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -56,7 +56,7 @@ If you need to pass a JavaScript callback to the CLR, then it will be converted
         
     var result = function.DynamicInvoke(
         new JsValue("foo") /* thisArg */, 
-        new JsValue[] { 1, "bar" } /* arguments */
+        new JsValue[] { 1, "bar" } /* arguments */,
         ); // "foo1bar"
         
 # Roadmap