Skip to content

Commit

Permalink
Store property type information from most specific class instead of m…
Browse files Browse the repository at this point in the history
…ost generic class
  • Loading branch information
dbachrach committed Dec 22, 2014
1 parent 3ae7737 commit 034e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSONModel/JSONModel/JSONModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ -(void)__inspectProperties
}

//add the property object to the temp index
if (p) {
if (p && ![propertyIndex objectForKey:p.name]) {
[propertyIndex setValue:p forKey:p.name];
}
}
Expand Down

0 comments on commit 034e31f

Please sign in to comment.