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");