1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Terminate.

This commit is contained in:
Rob Rix 2015-10-23 20:51:31 -04:00
parent 8b1ae5f5b5
commit b3dfee8fc0

View File

@ -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) {