Skip to content

Commit

Permalink
Merge pull request marcuswestin#185 from coderyi/master
Browse files Browse the repository at this point in the history
fix readme error
  • Loading branch information
marcuswestin committed Feb 24, 2016
2 parents 14e4dc8 + 9972621 commit 3b1870e
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 3b1870e

Please sign in to comment.