commit | c565b7c4aa7c431b8700a111f61f16b019dc65e8 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Aug 18 18:54:16 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Aug 18 18:54:16 2021 +0200 |
tree | 16e0b28145ae51232ef831050997308ba95e6f73 | |
parent | ba83cf511bb2b4db41f3e61b78c0c63c7ec6db28 [diff] [blame] |
Init KorAP for annotationhelper Change-Id: Iacd4c907799b93871b129501edb610f1a8e560e3
diff --git a/dev/js/src/hint/foundries.js b/dev/js/src/hint/foundries.js index ce6ef43..80d7332 100644 --- a/dev/js/src/hint/foundries.js +++ b/dev/js/src/hint/foundries.js
@@ -1,3 +1,5 @@ +window.KorAP = window.KorAP || {}; + KorAP.annotationHelper = KorAP.annotationHelper || { '-' : [] }; "use strict";