mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Better marking for non standard cqi additions ins cqi js
This commit is contained in:
parent
a7a948908f
commit
c52c966863
@ -604,9 +604,12 @@ cqi.api.APIClient = class APIClient {
|
|||||||
return await this.#request(fn_name, fn_args);
|
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
|
* @param {string} corpus
|
||||||
|
@ -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 *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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 *
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user