Fix a bug in Nib2Cib.j when configInfo is null

This commit is contained in:
Antoine Mercadal
2012-05-25 18:06:05 -07:00
parent aa546374f3
commit 02b65e6dfb
+2
View File
@@ -127,6 +127,8 @@ var FILE = require("file"),
if (systemFontSize)
[CPFont setSystemFontSize:parseFloat(systemFontSize, 10)];
}
else
infoPlist = [CPDictionary dictionary];
var themeList = [self getThemeList:options],
themes = [self loadThemesFromList:themeList];