commit | bd4ec2e0532647aa2cc5c67f788b353073651e7b | [log] [tgz] |
---|---|---|
author | marcrusian <marcrusian@gmail.com> | Wed Aug 18 19:11:28 2021 +0200 |
committer | Gerrit Code Review <gerrit2@korap.ids-mannheim.de> | Wed Aug 18 19:11:28 2021 +0200 |
tree | b65caaa8a94da35ad32ad865b7d45c428e09ccca | |
parent | 141f49cff74f271279f5ab6ce5c67903d6902ab7 [diff] | |
parent | c565b7c4aa7c431b8700a111f61f16b019dc65e8 [diff] |
Merge "Init KorAP for annotationhelper"
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";