Skip to content

Instantly share code, notes, and snippets.

@robert-nix
Last active December 24, 2015 21:19
Show Gist options
  • Save robert-nix/6864405 to your computer and use it in GitHub Desktop.
Save robert-nix/6864405 to your computer and use it in GitHub Desktop.
haxx
do ->
sm2 = undefined
Object.defineProperty window, 'soundManager',
get: -> sm2
set: (val) ->
sm2 = val
if sm2?
bDI = sm2.beginDelayedInit
sm2.beginDelayedInit = ->
sm2.preferFlash = false
sm2.useHTML5Audio = true
bDI.apply sm2, arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment