Hm, this wasn't validating the values inside objects. Fixed.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4942 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -161,7 +161,7 @@ public class ObjectMarshaller
|
||||
}
|
||||
|
||||
// check sub-properties (of arrays and objects)
|
||||
for each (var arrValue :Object in (value as Array)) {
|
||||
for each (var arrValue :Object in value) {
|
||||
var s :String = getValidationError(arrValue);
|
||||
if (s != null) {
|
||||
return s;
|
||||
|
||||
Reference in New Issue
Block a user