Loading
Bug 1784860 - Do not use transform function for testConfidence pref r=sgalich
`parseFloat` returns NaN when we pass null to it. Since we use "null" to distinguish the case when the pref is set or not, this patch moves `parseFloat` inside the if statemenet so we only call it when the pref is set. Differential Revision: https://phabricator.services.mozilla.com/D154666