Skip to content

Commit fc2043e

Browse files
committed
Update to 3.0.1 fix
1 parent 66ec850 commit fc2043e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

js/ion.sound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
var d = $ && $("#debug");
33-
if (d.length) {
33+
if (d && d.length) {
3434
var a = d.html();
3535
d.html(a + text + '<br/>');
3636
}

js/ion.sound.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)