Skip to content

Commit

Permalink
Merge pull request #260 from qwertykg/master
Browse files Browse the repository at this point in the history
Added aac to the list of sounds in RequestUtils.js
  • Loading branch information
lannymcnie authored Mar 26, 2019
2 parents 1402122 + 160c6c4 commit eab00cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preloadjs/utils/RequestUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
case "ogg":
case "mp3":
case "webm":
case "aac":
return createjs.Types.SOUND;
case "mp4":
case "webm":
Expand Down

0 comments on commit eab00cf

Please sign in to comment.