Skip to content

Commit 9106ae9

Browse files
authored
Update spinbutton.js
1 parent 039d2d3 commit 9106ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-spinbutton/spinbutton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const DEFAULT_STEP = 1
1111

1212
// -- Helper functions ---
1313

14-
const defaultNumber(val, def) {
14+
const defaultNumber = (val, def) => {
1515
val = toFloat(val)
1616
return isNaN(val) ? def : val
1717
}

0 commit comments

Comments
 (0)