diff --git a/AppKit/CPKeyValueBinding.j b/AppKit/CPKeyValueBinding.j index 321b6889b..409ee7c14 100644 --- a/AppKit/CPKeyValueBinding.j +++ b/AppKit/CPKeyValueBinding.j @@ -231,7 +231,7 @@ var CPBindingOperationAnd = 0, aValue = [valueTransformer transformedValue:aValue]; - if (aValue === undefined || aValue === nil) + if (aValue === undefined || aValue === nil || aValue === [CPNull null]) aValue = [options objectForKey:CPNullPlaceholderBindingOption] || nil; return aValue;