mirror of
https://github.com/github/semantic.git
synced 2024-11-25 02:58:36 +03:00
Terminate.
This commit is contained in:
parent
8b1ae5f5b5
commit
b3dfee8fc0
@ -75,7 +75,7 @@
|
||||
}
|
||||
|
||||
function termFromJSON(json) {
|
||||
return new Term({ extract: json.extract, unwrap: new Syntax(json.unwrap, function(x) { return termFromJSON(json); }) });
|
||||
return new Term({ extract: json.extract, unwrap: new Syntax(json.unwrap, function(x) { return termFromJSON(x); }) });
|
||||
}
|
||||
|
||||
function Term(object) {
|
||||
|
Loading…
Reference in New Issue
Block a user