1
1
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:
Rob Rix 2015-10-21 12:59:47 -04:00
parent 698bc16a98
commit 4043a39b2b

View File

@ -53,7 +53,7 @@
return node;
}
function term(term) {
function term(term, element) {
if (term["extract"] == null || term["unwrap"] == null) { return; }
// fixme: do something…?
}