Skip to content

Commit

Permalink
fix for ff25
Browse files Browse the repository at this point in the history
  • Loading branch information
quentind committed Oct 25, 2013
1 parent 38a9f0f commit 1e56348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/js/audiosprite.js
Expand Up @@ -100,7 +100,7 @@
if ( window.webkitAudioContext ) {
ctx = new webkitAudioContext();
} else if ( window.AudioContext ) {
ctx = new AudioContext()
ctx = new AudioContext();
}

if ( typeof loadedCallback === 'function' ) {
Expand Down

0 comments on commit 1e56348

Please sign in to comment.