Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8

MozReview-Commit-ID: Jm8BRgt6mIv
This commit is contained in:
Dan Banner
2017-10-15 19:50:30 +01:00
committed by Mark Banner
parent 1b0e318805
commit 5af4450327
1156 changed files with 3304 additions and 3304 deletions

View File

@@ -1,4 +1,4 @@
const DG_BACKGROUND = "/desktop/gnome/background"
const DG_BACKGROUND = "/desktop/gnome/background";
const DG_IMAGE_KEY = DG_BACKGROUND + "/picture_filename";
const DG_OPTION_KEY = DG_BACKGROUND + "/picture_options";
const DG_DRAW_BG_KEY = DG_BACKGROUND + "/draw_background";
@@ -20,7 +20,7 @@ function onPageLoad() {
// Backup the existing wallpaper so that this test doesn't change the user's
// settings.
var wpFileBackup = homeDir.clone()
var wpFileBackup = homeDir.clone();
wpFileBackup.append(brandName + "_wallpaper.png.backup");
if (wpFileBackup.exists())