Skip to content

Commit

Permalink
gsuiDrumrow: no need to watch order attr
Browse files Browse the repository at this point in the history
  • Loading branch information
mr21 committed Aug 16, 2024
1 parent 51f1d8b commit 37d5d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsuiDrumrow/gsuiDrumrow.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class gsuiDrumrow extends gsui0ne {

// .........................................................................
static get observedAttributes() {
return [ "name", "pan", "gain", "detune", "order", "toggle", "duration" ];
return [ "name", "pan", "gain", "detune", "toggle", "duration" ];
}
$attributeChanged( prop, val ) {
switch ( prop ) {
Expand Down

0 comments on commit 37d5d49

Please sign in to comment.