Home
last modified time | relevance | path

Searched refs:cRec (Results 1 – 1 of 1) sorted by relevance

/plugin/botmon/
H A Dadmin.js1039 let cRec = arr.find( it => it.id == iso);
1040 if (!cRec) {
1041 cRec = { variable
1046 arr.push(cRec);
1048 cRec.count += 1;