Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed Feb 14, 2017
1 parent ffbfaa2 commit 8fd9667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions siriwave.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ function SiriWave(opt) {
this.cache.heightMax = (this.cache.height2) - 4;

// Constructor opt

this.amplitude = (opt.amplitude == undefined) ? 1 : opt.amplitude;
this.speed = (opt.speed == undefined) ? 0.2 : opt.speed;
this.frequence = (opt.frequency == undefined) ? 6 : opt.frequency;
this.frequency = (opt.frequency == undefined) ? 6 : opt.frequency;
this.color = this._hex2rgb(opt.color || '#fff');

// Interpolation
Expand Down

0 comments on commit 8fd9667

Please sign in to comment.