mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-25 20:00:42 +00:00
Slight change to last commit, change == to ===.
Reviewed by me.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
/*
|
||||
* CPArrayController.j
|
||||
* AppKit
|
||||
@@ -150,7 +151,7 @@
|
||||
|
||||
- (void)setContent:(id)value
|
||||
{
|
||||
if (value == nil)
|
||||
if (value === nil)
|
||||
value = [];
|
||||
|
||||
if (![value isKindOfClass:[CPArray class]])
|
||||
|
||||
Reference in New Issue
Block a user