소스 검색

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