Skip to content

Commit

Permalink
[Squash above previous commit] Change position of video dimension var…
Browse files Browse the repository at this point in the history
… assignment
  • Loading branch information
karandikar committed May 10, 2017
1 parent e95f268 commit 04fa075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invideoquiz/public/js/src/invideoquiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ function InVideoQuizXBlock(runtime, element) {

if (studentMode) {
setUpStudentView(component);
knownVideoDimensions = getVideoDimensions();
} else {
showProblemTimesToInstructor(component);
}
});

if (studentMode) {
knownVideoDimensions = getVideoDimensions();
bindVideoEvents();
}
});
Expand Down

0 comments on commit 04fa075

Please sign in to comment.