Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed May 29, 2015
2 parents 26e3072 + af6d85b commit 66ec850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ion.sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
console.log(text);
}

var d = $("#debug");
var d = $ && $("#debug");
if (d.length) {
var a = d.html();
d.html(a + text + '<br/>');
Expand Down Expand Up @@ -1058,4 +1058,4 @@
}
};

} (window, navigator, jQuery || $));
} (window, navigator, window.jQuery || window.$));

0 comments on commit 66ec850

Please sign in to comment.