From 63ef63c20daae56ded7367fe7bd7c7209371bacc Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 26 Aug 2015 20:34:40 -0500 Subject: [PATCH] * fix typo again in webcamViewer. need to go to bed --- .../javascripts/react-components/stores/SessionStore.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee index 94c1042e0..c91ce7e0c 100644 --- a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee +++ b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee @@ -54,7 +54,7 @@ NotificationActions = @NotificationActions if gon.global.video_available && gon.global.video_available!="none" && context.JK.WebcamViewer? @webcamViewer = new context.JK.WebcamViewer() $sessionLayout = $("#create-session-layout") - webcamViewer.init($sessionLayout, false) + @webcamViewer.init($sessionLayout, false) @webcamViewer.setVideoOff() issueChange: () ->