mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Stub in handling of leaf nodes.
This commit is contained in:
parent
276f95c669
commit
6ef105ab08
@ -82,6 +82,8 @@
|
||||
for (k in model.syntax) {
|
||||
element.appendChild(toDOM(model.syntax[k]));
|
||||
}
|
||||
} else if (model.syntax instanceof Leaf) {
|
||||
// ?
|
||||
}
|
||||
|
||||
return element;
|
||||
|
Loading…
Reference in New Issue
Block a user