mirror of https://github.com/axmolengine/axmol.git
add the return value
This commit is contained in:
parent
32accbf21b
commit
7ff383e4d2
|
@ -37,6 +37,7 @@ static bool jsb_cocos2dx_experimental_webView_setOnShouldStartLoading(JSContext
|
|||
JS_ReportPendingException(cx);
|
||||
}
|
||||
});
|
||||
return true;
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue