Skip to content

Commit

Permalink
fix readme error
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Feb 24, 2016
1 parent 14e4dc8 commit 9972621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ bridge.registerHandler("getCurrentPageUrl", function(data, responseCallback) {
```


##### `bridge.callHander("handlerName", data)`
##### `bridge.callHander("handlerName", data, function responseCallback(responseData) { ... })`
##### `bridge.callHandler("handlerName", data)`
##### `bridge.callHandler("handlerName", data, function responseCallback(responseData) { ... })`

Call an ObjC handler called `handlerName`. If a `responseCallback` function is given the ObjC handler can respond.

Expand Down

0 comments on commit 9972621

Please sign in to comment.