From b2c605a18728387d7bb8365b000d9bef597cb20f Mon Sep 17 00:00:00 2001
From: Valera Rozuvan <valera@edx.org>
Date: Fri, 6 Sep 2013 14:02:28 +0300
Subject: [PATCH] Addressing comments by Jean Michel for PR 867.

Forgot to include local variables in var statement.
---
 common/lib/xmodule/xmodule/js/spec/video/general_spec.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/lib/xmodule/xmodule/js/spec/video/general_spec.js b/common/lib/xmodule/xmodule/js/spec/video/general_spec.js
index 3daa8cb4bdb..3444f5389f2 100644
--- a/common/lib/xmodule/xmodule/js/spec/video/general_spec.js
+++ b/common/lib/xmodule/xmodule/js/spec/video/general_spec.js
@@ -187,6 +187,8 @@
         });
 
         describe('multiple YT on page', function () {
+            var state1, state2, state3;
+
             beforeEach(function () {
                 loadFixtures('video_yt_multiple.html');
 
-- 
GitLab