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 90d4584 commit 344d462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebApps/S6-MULTIPLAYER/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ $('#page_gallery_list .list_item').click(function(){
// console.log('pinching');
// });

var hammertime = new Hammer($('body')[0]);
hammertime.get('pinch').set({ enable: true });
hammertime.on("pinch", function(e) { console.log("pinching body") });
// var hammertime = new Hammer($('body')[0]);
// hammertime.get('pinch').set({ enable: true });
// hammertime.on("pinch", function(e) { });


function attachPinch(indexDisplay){
Expand Down

0 comments on commit 344d462

Please sign in to comment.