1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Insert the right values for keyed nodes.

This commit is contained in:
Rob Rix 2015-10-21 17:49:14 -04:00
parent 4fbe3a0c0a
commit 3b15165421

View File

@ -154,7 +154,7 @@
return 0;
});
addTextAndChildNodes(element, model.source, model.range, values);
addTextAndChildNodes(element, model.source, model.range, values.map(function(x) { return x[1]; }));
} else {
for (k in model.values) {
var dt = document.createElement("dt");