Skip to content

Commit 520d3b6

Browse files
committed
Added documentation for adding new pages
1 parent 34fdf9c commit 520d3b6

2 files changed

Lines changed: 544 additions & 492 deletions

File tree

delta-modulation/slider_delta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class slider{
9191
setup(p,settings){
9292
this.settings = settings;
9393
this.name ="Num. of harmonics";
94-
this.propName="numHarm"
94+
this.propName="numHarm";
9595
this.min = 1;
9696
this.max = 100;
9797
this.initial = 1;

0 commit comments

Comments
 (0)