mirror of
https://github.com/github/semantic.git
synced 2024-12-26 16:33:03 +03:00
term
takes an element.
This commit is contained in:
parent
698bc16a98
commit
4043a39b2b
@ -53,7 +53,7 @@
|
||||
return node;
|
||||
}
|
||||
|
||||
function term(term) {
|
||||
function term(term, element) {
|
||||
if (term["extract"] == null || term["unwrap"] == null) { return; }
|
||||
// fixme: do something…?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user