Skip to content

Commit

Permalink
More .sID -> .id
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschiller committed Jun 17, 2012
1 parent 7a4fdb7 commit 793db2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo/animation-2a/index.html
Expand Up @@ -205,7 +205,7 @@
oD.style.opacity = Math.min(1,Math.max(scaleY*1.5,0.1));
self.oDots.appendChild(oD);

// var sID = self.sounds[0].sID;
// var sID = self.sounds[0].id;
if (!self.soundTimer) {
// self.soundTimer = window.setTimeout(function(){soundManager.play(sID,{volume:100*scaleY,pan:100*scaleX});self.soundTimer=null;},20);
self.sounds[Math.random()>0.5?1:0].play({pan:100*scaleX,volume:100*scaleY});
Expand Down

0 comments on commit 793db2f

Please sign in to comment.