mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
commit
f2a5c4bc5a
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') ? 1.0))
|
||||
Backbone.Mediator.publish 'level:docs-hidden', {}
|
||||
|
||||
onShown: ->
|
||||
|
|
Loading…
Reference in a new issue