commit | e15b7a22c7ca6c2ebd97157a2bb7a9a6aeaa2de2 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Fri Jan 09 21:50:21 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Fri Jan 09 21:50:21 2015 +0000 |
tree | 7ba9d66ade6fba6dd1da1b466240147831a03bb4 | |
parent | 9fcc17162018541981ca567a405e4e0418534e38 [diff] |
Test events (deletion and extension with 'and' and 'or')
diff --git a/public/js/demo/vc.html b/public/js/demo/vc.html index 372571c..79f7d0e 100644 --- a/public/js/demo/vc.html +++ b/public/js/demo/vc.html
@@ -66,6 +66,9 @@ } ] }; + KorAP.Locale.AND = 'und'; + KorAP.Locale.OR = 'oder'; + var vc = KorAP.VirtualCollection.render(json); document.getElementById('vc').appendChild(vc.element());