mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-27 04:37:41 +00:00
Explicitly test for null cibFont for clarity
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
else
|
||||
cibFont = [NSFont cibFontForNibFont:[object font]];
|
||||
|
||||
if (![cibFont isEqual:nibFont])
|
||||
if (!cibFont || ![cibFont isEqual:nibFont])
|
||||
{
|
||||
var source = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user