Fix syntax error in test.js

This commit is contained in:
roblabla 2015-09-30 13:34:49 +02:00
parent df2caf74cb
commit 6c3359598e

View file

@ -48,7 +48,7 @@ var values = {
},
'container': function(typeArgs, context) {
var results = {
"..": context;
"..": context
};
for(var index in typeArgs) {
results[typeArgs[index].name] = getValue(typeArgs[index].type, results);