Commit e6ab0977 authored by yann300's avatar yann300

linting

parent b84a0086
...@@ -75,8 +75,8 @@ class SettingsUI { ...@@ -75,8 +75,8 @@ class SettingsUI {
// - not valid (for ex 4345-54) // - not valid (for ex 4345-54)
// - contains only '0's (for ex 0000) copy past or edit // - contains only '0's (for ex 0000) copy past or edit
valueEl.value = 0 valueEl.value = 0
} }
// if giveen value is negative(possible with copy-pasting) set to 0 // if giveen value is negative(possible with copy-pasting) set to 0
if (v.lt(0)) valueEl.value = 0 if (v.lt(0)) valueEl.value = 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment