mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -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', {}
|
Backbone.Mediator.publish 'level:docs-shown', {}
|
||||||
|
|
||||||
onHidden: ->
|
onHidden: ->
|
||||||
createjs?.Sound?.setVolume?(@volume ? 1.0)
|
createjs?.Sound?.setVolume?(@volume ? me.get('volume'))
|
||||||
Backbone.Mediator.publish 'level:docs-hidden', {}
|
Backbone.Mediator.publish 'level:docs-hidden', {}
|
||||||
|
|
||||||
onShown: ->
|
onShown: ->
|
||||||
|
|
Loading…
Reference in a new issue