mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
fixed typo in test
This commit is contained in:
parent
68b1791222
commit
b32e73a5fc
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ define(["helper/Basic", "Tone/event/Loop", "Tone/core/Tone",
|
|||
|
||||
var loop = new Loop({
|
||||
"playbackRate" : 2,
|
||||
"intervaliter" : 0.5,
|
||||
"interval" : 0.5,
|
||||
"callback" : function(time){
|
||||
if (lastCall){
|
||||
expect(time - lastCall).to.be.closeTo(0.25, 0.01);
|
||||
|
|
Loading…
Reference in a new issue