mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
fixed volume bug #2202
This commit is contained in:
parent
f7450c214c
commit
a74c2a58e2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ module.exports = class LevelGuideView extends CocoView
|
|||
Backbone.Mediator.publish 'level:docs-shown', {}
|
||||
|
||||
onHidden: ->
|
||||
createjs?.Sound?.setVolume?(@volume ? 1.0)
|
||||
createjs?.Sound?.setVolume?(@volume ? me.get('volume'))
|
||||
Backbone.Mediator.publish 'level:docs-hidden', {}
|
||||
|
||||
onShown: ->
|
||||
|
|
Loading…
Reference in a new issue