change the comment of global.search
This commit is contained in:
parent
d7bcbc0477
commit
ac34ee55a3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class global {
|
||||||
@param {string} TERM the term to search
|
@param {string} TERM the term to search
|
||||||
@param {Array} ADDITIONAL_PLACES additional places to search
|
@param {Array} ADDITIONAL_PLACES additional places to search
|
||||||
@param {object} OPTIONS the options
|
@param {object} OPTIONS the options
|
||||||
@return {Array} the results
|
@return {object} the results
|
||||||
*/
|
*/
|
||||||
static async search(SOURCE, TERM, ADDITIONAL_PLACES, STRICT = 0, OPTIONS = {}) {
|
static async search(SOURCE, TERM, ADDITIONAL_PLACES, STRICT = 0, OPTIONS = {}) {
|
||||||
let DATA = await global.read(SOURCE, (OPTIONS[`cloud`] != null) ? OPTIONS[`cloud`] : 0);
|
let DATA = await global.read(SOURCE, (OPTIONS[`cloud`] != null) ? OPTIONS[`cloud`] : 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue