commit | cd42a14c572e4a395dbc5973c98ac7dae27c664e | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Jul 12 18:55:37 2019 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Jul 16 11:36:19 2019 +0200 |
tree | 4f88f3499ad7fb4ae726664b1babc1214e317758 | |
parent | df7bf17ab7efd3cd98b40191c93661658dca8723 [diff] [blame] |
Deprecated 'collection' parameter in favor of 'cq' - fixes #92 Change-Id: I51f0197da3a182fc4d4cd35f12ccb88cce3f8833
diff --git a/dev/js/src/api.js b/dev/js/src/api.js index e536ea2..eae75a8 100644 --- a/dev/js/src/api.js +++ b/dev/js/src/api.js
@@ -85,7 +85,7 @@ /** - * Retrieve information about collections + * Retrieve information about virtual corpora */ KorAP.API.getCollections = function (cb) { KorAP.API.getJSON(KorAP.URL + '/collection', cb, "CorpusInfo");