Skip to content

Commit

Permalink
Revert "Fix IE11 issue in enhanced security mode on TerminalServer."
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfire authored Nov 11, 2016
1 parent b571cd5 commit d8302c9
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 d8302c9

Please sign in to comment.