Merge pull request #12500 from jianglong0156/webviewHide

fix the bug:webview can not display
This commit is contained in:
pandamicro 2015-06-23 21:11:33 +08:00
commit 72fde7efb8
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;
}