* fix typo again in webcamViewer. need to go to bed

This commit is contained in:
Seth Call 2015-08-26 20:34:40 -05:00
parent 8566cc5bc9
commit 63ef63c20d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ NotificationActions = @NotificationActions
if gon.global.video_available && gon.global.video_available!="none" && context.JK.WebcamViewer? if gon.global.video_available && gon.global.video_available!="none" && context.JK.WebcamViewer?
@webcamViewer = new context.JK.WebcamViewer() @webcamViewer = new context.JK.WebcamViewer()
$sessionLayout = $("#create-session-layout") $sessionLayout = $("#create-session-layout")
webcamViewer.init($sessionLayout, false) @webcamViewer.init($sessionLayout, false)
@webcamViewer.setVideoOff() @webcamViewer.setVideoOff()
issueChange: () -> issueChange: () ->