mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
use view jquery
This commit is contained in:
parent
fb15c0bf94
commit
405fbeabf8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ module.exports = class LevelGuideView extends CocoView
|
|||
|
||||
onHidden: ->
|
||||
if @vimeoListenerAttached
|
||||
player = $('#help-video-player')[0]
|
||||
player = @$('#help-video-player')[0]
|
||||
player.contentWindow.postMessage JSON.stringify(method: 'pause'), '*'
|
||||
createjs?.Sound?.setVolume?(@volume ? ( me.get('volume') ? 1.0))
|
||||
Backbone.Mediator.publish 'level:docs-hidden', {}
|
||||
|
|
Loading…
Add table
Reference in a new issue