Commit 7f3186cd by Alan Boudreault

oups, indent-level-js was set to 2

parent 56ebd6b9
......@@ -83,7 +83,7 @@ function MentoringBlock(runtime, element) {
for (var i = 0; i < children.length; i++) {
var child = children[i];
if (child.name !== undefined) {
data[child.name] = callIfExists(child, 'submit');
data[child.name] = callIfExists(child, 'submit');
}
}
var handlerUrl = runtime.handlerUrl(element, 'submit');
......
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