Log exposure being set from state

This commit is contained in:
mmcw-dev 2017-10-23 00:22:27 -04:00
parent 325f2bbf84
commit 3bf6939549
1 changed files with 1 additions and 0 deletions

View File

@ -513,6 +513,7 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"
res.exposure = BOLEX.expected;
}
STATE.exposure = res.exposure;
console.log(STATE.exposure);
exposure = shutter(STATE.exposure);
$('#str').text(exposure.str);
console.log('setExposure to ' + res.exposure);