add the return value

This commit is contained in:
江龙 2015-06-23 20:27:30 +08:00
parent 32accbf21b
commit 7ff383e4d2
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ static bool jsb_cocos2dx_experimental_webView_setOnShouldStartLoading(JSContext
JS_ReportPendingException(cx);
}
});
return true;
});
return true;
}