Skip to content
Snippets Groups Projects
Commit b2c605a1 authored by Valera Rozuvan's avatar Valera Rozuvan
Browse files

Addressing comments by Jean Michel for PR 867.

Forgot to include local variables in var statement.
parent 8ffd1636
No related merge requests found
......@@ -187,6 +187,8 @@
});
describe('multiple YT on page', function () {
var state1, state2, state3;
beforeEach(function () {
loadFixtures('video_yt_multiple.html');
......
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