Skip to content

Commit

Permalink
Revert broken patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Feb 2, 2016
1 parent 5408252 commit 23c7a98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions WebViewJavascriptBridge/WebViewJavascriptBridge_JS.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ function registerHandler(handlerName, handler) {
}

function callHandler(handlerName, data, responseCallback) {
if (arguments.length == 2 && typeof data == 'function') {
responseCallback = data
data = null
}
_doSend({ handlerName:handlerName, data:data }, responseCallback);
}

Expand Down

0 comments on commit 23c7a98

Please sign in to comment.