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