diff --git a/app/static/js/cqi/api/client.js b/app/static/js/cqi/api/client.js index 624e440d7c64ac87f3ae6f8242966ad7703f5450..e68dfa968666328f37bff3b6e7275debc7d42292 100644 --- a/app/static/js/cqi/api/client.js +++ b/app/static/js/cqi/api/client.js @@ -604,9 +604,12 @@ cqi.api.APIClient = class APIClient { return await this.#request(fn_name, fn_args); } - /** - * NOTE: The following functions are non standard implementations of nopaque - */ + /************************************************************************** + * NOTE: The following is not included in the CQi specification. * + **************************************************************************/ + /************************************************************************** + * Custom additions for nopaque * + **************************************************************************/ /** * @param {string} corpus diff --git a/app/static/js/cqi/models/corpora.js b/app/static/js/cqi/models/corpora.js index bb2a65e1f994e2783d1a51de01d2f61b6864a353..abc3c725babac78441e3d120bef0d13f202dea4e 100644 --- a/app/static/js/cqi/models/corpora.js +++ b/app/static/js/cqi/models/corpora.js @@ -82,7 +82,10 @@ cqi.models.corpora.Corpus = class Corpus extends cqi.models.resource.Model { } /************************************************************************** - * NOTE: The following are non standard implementations of nopaque * + * NOTE: The following is not included in the CQi specification. * + **************************************************************************/ + /************************************************************************** + * Custom additions for nopaque * **************************************************************************/ /** diff --git a/app/static/js/cqi/models/subcorpora.js b/app/static/js/cqi/models/subcorpora.js index 39c4bfcf7fdc0c24a7ab79e366b29d2604c1d9f7..0ba3e9ccee693056fd6349a133dde9a74179db02 100644 --- a/app/static/js/cqi/models/subcorpora.js +++ b/app/static/js/cqi/models/subcorpora.js @@ -87,7 +87,10 @@ cqi.models.subcorpora.Subcorpus = class Subcorpus extends cqi.models.resource.Mo } /************************************************************************** - * NOTE: The following are non standard implementations of nopaque * + * NOTE: The following is not included in the CQi specification. * + **************************************************************************/ + /************************************************************************** + * Custom additions for nopaque * **************************************************************************/ /**