Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dbasedow committed May 23, 2016
1 parent be3a74f commit 3ffa986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodePush.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ if (NativeCodePush) {
InstallMode: {
IMMEDIATE: NativeCodePush.codePushInstallModeImmediate, // Restart the app immediately
ON_NEXT_RESTART: NativeCodePush.codePushInstallModeOnNextRestart, // Don't artificially restart the app. Allow the update to be "picked up" on the next app restart
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume, // Restart the app the next time it is resumed from the background
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume // Restart the app the next time it is resumed from the background
},
SyncStatus: {
CHECKING_FOR_UPDATE: 0,
Expand Down

0 comments on commit 3ffa986

Please sign in to comment.