Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Remove useless code
  • Loading branch information
fbosman authored Dec 5, 2022
1 parent 234f9ad commit 18a18ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ class instance extends instance_skel {
zoomI: { label: 'Zoom In' ,
options: [
{
type: 'number',
label: 'Speed',
id: 'speed',
type: 'number',
label: 'Speed',
id: 'speed',
Expand All @@ -138,9 +135,6 @@ class instance extends instance_skel {
zoomO: { label: 'Zoom Out' ,
options: [
{
type: 'number',
label: 'Speed',
id: 'speed',
type: 'number',
label: 'Speed',
id: 'speed',
Expand Down

0 comments on commit 18a18ba

Please sign in to comment.