mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 13:37:59 +01:00
10 lines
155 B
CoffeeScript
10 lines
155 B
CoffeeScript
|
def = new $.Deferred()
|
||
|
|
||
|
pfm.soundManager = def.promise()
|
||
|
|
||
|
soundManager.setup
|
||
|
url: '/flash/soundmanager/'
|
||
|
flashVersion: 9
|
||
|
onready: () ->
|
||
|
def.resolve()
|