Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremieForge committed Jul 14, 2021
1 parent 49e6e24 commit 0a60d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApps/S6-MULTIPLAYER/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function attachPinch(indexDisplay){
$(image).data("hammer", hammerObj2);


$(image).hammer().on("pinch", function(event) {
$(wrapper).hammer().on("pinch", function(event) {
console.log('pinching');
var photo = $(this);

Expand Down

0 comments on commit 0a60d1a

Please sign in to comment.