Merge pull request #2670 from bedalton/formatting-add-semi-colons-nib2cib-nib2cib

Formatting: add semi-colon to nib2cib/Nib2Cib.j
This commit is contained in:
Alexandre Wilhelm
2018-04-08 11:22:31 -07:00
committed by GitHub
+1 -1
View File
@@ -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");