commit | 845282c6ce09a1b56033c087c9b5c3f65779920f | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu May 14 07:53:03 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Thu May 14 07:53:03 2015 +0000 |
tree | 5152cbf350056995c1c021cf01d8340882eed21e | |
parent | 652e5f4a9114d2ed89514babc0b8eaa2e4139f25 [diff] [blame] |
Minor changes for code publication and persistant method to VC
diff --git a/dev/demo/vcdemo.js b/dev/demo/vcdemo.js index d85f9fa..53ab75e 100644 --- a/dev/demo/vcdemo.js +++ b/dev/demo/vcdemo.js
@@ -101,5 +101,10 @@ KorAP.showQuery = function () { document.getElementById("query").innerHTML = vc.root().toQuery(); }; + + // make the current vc persistant + KorAP.makeVCPersistant = function () { + vc.makePersistant(); + }; }); });