mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-21 18:00:43 +00:00
Use === not ==.
This commit is contained in:
committed by
Francisco Ryan Tolmasky I
parent
d5cea283d4
commit
d7a17811dc
@@ -154,7 +154,7 @@
|
||||
|
||||
var value = object[key];
|
||||
|
||||
if (value == null)
|
||||
if (value === null)
|
||||
{
|
||||
[dictionary setObject:[CPNull null] forKey:key];
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user