1
0
Fork 0

Fixed hilarious bug (sorry).

This commit is contained in:
Alan Plum 2015-01-07 10:51:18 +01:00
parent 2148e695f4
commit a41ccfa835
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function toJSONSchema(id, schema) {
return jsonSchema;
}
_.each(schema.children, function (attributeDescription, attributeName) {
_.each(description.children, function (attributeDescription, attributeName) {
var attributeSchema = {type: attributeDescription.type},
rules = attributeDescription.rules,
flags = attributeDescription.flags;