Commit 9d3bdd9b by Xavier Antoviaque

Fix return value for mentoring-table children in JS

parent a7717ea8
...@@ -5,4 +5,5 @@ function MentoringTableBlock(runtime, element) { ...@@ -5,4 +5,5 @@ function MentoringTableBlock(runtime, element) {
lessText: 'less', lessText: 'less',
showChars: '500' showChars: '500'
}); });
return {}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment