Skip to content

Commit

Permalink
missing ': function'
Browse files Browse the repository at this point in the history
  • Loading branch information
kisielewski committed Jul 26, 2017
1 parent 40fed74 commit 3ef39f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itk-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
this.button.attachEvent("onclick", this.bclick.bind(this));
};
},
changeButton(id){
changeButton: function(id){
this.buttons[this.currentbutton].button.style.backgroundColor = "white";
this.buttons[this.currentbutton].button.style.color = "black";
this.currentbutton = id;
Expand Down

0 comments on commit 3ef39f8

Please sign in to comment.