mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
== to ===.
Reviewed by me.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@
|
||||
argLength = arguments.length,
|
||||
i = 2;
|
||||
|
||||
for(; i < argLength && (argument = arguments[i]) != nil; ++i)
|
||||
for(; i < argLength && ((argument = arguments[i]) !== nil); ++i)
|
||||
[set addObject:argument];
|
||||
|
||||
return set;
|
||||
|
||||
Reference in New Issue
Block a user