Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phonglusymc committed Feb 19, 2019
1 parent 04f0ac7 commit 092da85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ let xwebview = XWKWebView(webView);
xwebview.invokeJs("window.invokeFromNative(nativePayload)",
onSuccess: { payload in
print("invokeJs onSuccess payload: \(payload)")
}, onFailure: { error in
},
onFailure: { error in
print("invokeJs onFailure error: \(error)")
})
```
Expand Down

0 comments on commit 092da85

Please sign in to comment.