Skip to content

Commit

Permalink
date not Date
Browse files Browse the repository at this point in the history
  • Loading branch information
schwa committed Nov 3, 2010
1 parent 84942a4 commit 4fada6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CCouchDBSession.m
Expand Up @@ -67,7 +67,7 @@ - (CJSONSerializer *)serializer
[[^(CJSONSerializedData *inObject) { return((id)inObject.data); } copy] autorelease], @"JSONSerializedData",
NULL];
theSerializer.tests = [NSSet setWithObjects:
[[^(id inObject) { return([inObject isKindOfClass:[NSDate class]] ? @"Date" : NULL); } copy] autorelease],
[[^(id inObject) { return([inObject isKindOfClass:[NSDate class]] ? @"date" : NULL); } copy] autorelease],
[[^(id inObject) { return([inObject isKindOfClass:[CJSONSerializedData class]] ? @"JSONSerializedData" : NULL); } copy] autorelease],
NULL];

Expand Down

0 comments on commit 4fada6e

Please sign in to comment.