Commit b2c605a1 by Valera Rozuvan

Addressing comments by Jean Michel for PR 867.

Forgot to include local variables in var statement.
parent 8ffd1636
......@@ -187,6 +187,8 @@
});
describe('multiple YT on page', function () {
var state1, state2, state3;
beforeEach(function () {
loadFixtures('video_yt_multiple.html');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment