Skip to content

Commit

Permalink
Update btn.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZombiiie authored Apr 18, 2021
1 parent 6051bcc commit a5209bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class btnpair {
constructor(on, off, hd) {
constructor(off, on, hd) {
this.api = {"on": on, "off": off}
this.onbtn = $(".on");
this.offbtn = $(".off")
Expand Down

0 comments on commit a5209bb

Please sign in to comment.