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:
parent
4fbe3a0c0a
commit
3b15165421
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user