Skip to content

Commit

Permalink
fix: non-object as target or handler error
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou committed May 27, 2022
1 parent 7c8c665 commit 13a8bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clip/clip.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ clip.addIncident(clip3,8000);
clip.addIncident(moveRight("0%",".texture",4500),8500)
clip.addIncident(clip4,13000);
clip.addIncident(moveBottom("-30%",".texture",4500),13500)
clip.addIncident(clip5,18000);
// clip.addIncident(clip5,18000);
clip.addIncident(moveBottom("0%",".texture",4500),18500)
clip.addIncident(clip6,23000);
clip.addIncident(moveRight("-20%",".texture",4500),23500)
Expand Down
2 changes: 1 addition & 1 deletion clip/initParams.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13a8bf4

Please sign in to comment.