[ReactNative] Update method name on chrome debugger

This commit is contained in:
Tadeu Zagallo 2015-04-20 12:03:58 -07:00
parent 259894046c
commit d108061db3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var messageHandlers = {
}
loadScript(message.url, sendReply.bind(null, null));
},
'executeJSCall:method:arguments:callback:': function(message, sendReply) {
'executeJSCall:method:arguments:context:callback:': function(message, sendReply) {
var returnValue = [[], [], [], [], []];
try {
if (window && window.require) {