mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 14:41:28 +00:00
Fix a bug in Nib2Cib.j when configInfo is null
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user