mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
lint
This commit is contained in:
parent
9120c3d430
commit
645a080b89
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ A Pitch effect
|
|||
var Tone = require('tone');
|
||||
|
||||
function PitchEffect () {
|
||||
this.value = 0;
|
||||
this.value = 0;
|
||||
|
||||
this.tone = new Tone();
|
||||
this.tone = new Tone();
|
||||
}
|
||||
|
||||
PitchEffect.prototype.set = function (val, players) {
|
||||
|
|
Loading…
Reference in a new issue