in toolkit/jb/toolkit.js [75:83]
function adaptToOne(val) { if ( val < 0 ) { return 0; } else if (val > 1) { return 1; } else { return val; } }