* fix #447

* test and build
This commit is contained in:
JFH
2020-12-03 13:42:52 +01:00
committed by GitHub
parent e673b54ee2
commit ea7156232e
11 changed files with 13 additions and 13 deletions

View File

@@ -53,7 +53,7 @@
* @module jQuerySpinButton
* @example
// Create group of settings to initialise spinbutton(s). (Optional)
myOptions = {
const myOptions = {
min: 0, // Set lower limit.
max: 100, // Set upper limit.
step: 1, // Set increment size.