diff --git a/dist/howler.js b/dist/howler.js index 0fc2f0ff..c497c2f8 100644 --- a/dist/howler.js +++ b/dist/howler.js @@ -200,12 +200,7 @@ */ _setupCodecs: function() { var self = this || Howler; - try { - var audioTest = (typeof Audio !== 'undefined') ? new Audio() : null; - } - catch(e) { - return self; - } + var audioTest = (typeof Audio !== 'undefined') ? new Audio() : null; if (!audioTest || typeof audioTest.canPlayType !== 'function') { return self;