Summary: Closes https://github.com/facebook/react-native/pull/10872

Differential Revision: D4176240

Pulled By: ericvicenti

fbshipit-source-id: 3b3e9ccb3c456b9b76a1d34322cc12f795e36247
This commit is contained in:
king6cong 2016-11-14 10:29:16 -08:00 committed by Facebook Github Bot
parent 5f6cd3d145
commit eeba5eb774

View File

@ -193,7 +193,7 @@ public class CatalystInstanceImpl implements CatalystInstance {
synchronized (mJSCallsPendingInitLock) {
// Loading the bundle is queued on the JS thread, but may not have
// run yet. It's save to set this here, though, since any work it
// run yet. It's safe to set this here, though, since any work it
// gates will be queued on the JS thread behind the load.
mAcceptCalls = true;