Skip to content

Commit bcdd3d6

Browse files
authored
Merge pull request meteor#14025 from imongithubnow/patch-1
Update app.md to fix example value for a preference
2 parents 71b735b + 0087dfb commit bcdd3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3-docs/docs/api/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ App.launchScreens({
5757
});
5858

5959
// Set PhoneGap/Cordova preferences.
60-
App.setPreference('BackgroundColor', '0xff0000ff');
60+
App.setPreference('BackgroundColor', '#000000ff');
6161
App.setPreference('HideKeyboardFormAccessoryBar', true);
6262
App.setPreference('Orientation', 'default');
6363
App.setPreference('Orientation', 'all', 'ios');

0 commit comments

Comments
 (0)