From f285efc277950f4c7834081b6f75985922a9d470 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 7 Apr 2018 17:15:36 -0700 Subject: [PATCH] Formatting: add semi-colon to Nib2Cib.j --- Tools/nib2cib/Nib2Cib.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/nib2cib/Nib2Cib.j b/Tools/nib2cib/Nib2Cib.j index 684756271..39ce3f7a7 100644 --- a/Tools/nib2cib/Nib2Cib.j +++ b/Tools/nib2cib/Nib2Cib.j @@ -842,7 +842,7 @@ var FILE = require("file"), // By default when we try to load the bundle it will use the CommonJS environment, // but we want the Browser environment. So we override mostEligibleEnvironment(). - themeBundle.mostEligibleEnvironment = function() { return "Browser"; } + themeBundle.mostEligibleEnvironment = function() { return "Browser"; }; themeBundle.load(); var keyedThemes = themeBundle.valueForInfoDictionaryKey("CPKeyedThemes");