瀏覽代碼

Fixing sample

Sébastien Ros 11 年之前
父節點
當前提交
8012835585
共有 1 個文件被更改,包括 1 次插入1 次删除
  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