Skip to content

Commit

Permalink
skip: apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhj committed Feb 8, 2018
1 parent 9c5a118 commit d2afb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/PanoImageRenderer/VideoLoader.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe("VideoLoader", function() {
videoEl.load();

return new Promise((res, rej) => {
videoEl.addEventListener("canplay", () => {
videoEl.addEventListener("canplaythrough", () => {
const loader = new VideoLoader(videoEl);

loader.get()
Expand Down

0 comments on commit d2afb47

Please sign in to comment.