Home
last modified time | relevance | path

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

/plugin/tablecalc/
H A Dscript.js181 function check(condition,whenTrue,whenFalse) { argument
185 if (typeof whenTrue == 'undefined') {
186 whenTrue="";
192 return whenTrue;