Skip to content

Commit

Permalink
Merge pull request #653 from goldfire/revert-631-master
Browse files Browse the repository at this point in the history
Revert "Fix IE11 issue in enhanced security mode on TerminalServer."
  • Loading branch information
goldfire authored Nov 11, 2016
2 parents b571cd5 + d8302c9 commit 1f7f411
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dist/howler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f7f411

Please sign in to comment.