commit | a0282bee23aee908caa1b3d006ec62b161199016 | [log] [tgz] |
---|---|---|
author | hebasta <stallkamp@ids-mannheim.de> | Wed Dec 05 16:58:00 2018 +0100 |
committer | hebasta <stallkamp@ids-mannheim.de> | Tue Jan 29 10:47:16 2019 +0100 |
tree | aeb5e075939909b37caa73211d67908bc3bd0d78 | |
parent | 6c0456f23b9e1f146d3bceac7615810e6d20be8d [diff] [blame] |
graying corpus statistic(plus tests+vc test fixed) and fix vc serialization Change-Id: I3f934c2cc0ebbb0a91b5fa8f529bf3f5c3ebd391 (cherry picked from commit 172d6a4bbc7d29a0fe7c23b114fbbf485e2f4aeb)
diff --git a/dev/js/src/vc/jsonld.js b/dev/js/src/vc/jsonld.js index 600a5bb..21260d4 100644 --- a/dev/js/src/vc/jsonld.js +++ b/dev/js/src/vc/jsonld.js
@@ -99,6 +99,10 @@ return null; }, + incomplete : function () { + return false; + }, + toQuery : function () { return ''; }