* fix typo again in webcamViewer. need to go to bed
This commit is contained in:
parent
8566cc5bc9
commit
63ef63c20d
|
|
@ -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: () ->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue