Renaming restartPendingUpdate to restartApp

This commit is contained in:
Jonathan Carter
2015-11-25 17:49:47 -08:00
parent c4b96ede9f
commit 1b9e0b2315
5 changed files with 9 additions and 60 deletions

View File

@@ -267,7 +267,7 @@ var CodePush = {
getCurrentPackage: getCurrentPackage,
log: log,
notifyApplicationReady: NativeCodePush.notifyApplicationReady,
restartPendingUpdate: NativeCodePush.restartPendingUpdate,
restartApp: NativeCodePush.restartApp,
setUpTestDependencies: setUpTestDependencies,
sync: sync,
InstallMode: {