No Pinching! (#10)

This commit is contained in:
gavin
2018-08-01 01:47:55 +00:00
committed by Gitea
parent 584e917fc6
commit 4b498338b1
3 changed files with 11 additions and 42 deletions

View File

@@ -73,7 +73,6 @@ export class Tessellate {
'checkSettings',
'tap',
'move',
'pinch',
'zoom',
'pixelToTile',
'tileToPixel',
@@ -94,7 +93,6 @@ export class Tessellate {
doubletap: this.doubletap,
hold: this.hold,
move: this.move,
pinch: this.pinch,
zoom: this.zoom,
});
@@ -167,10 +165,6 @@ export class Tessellate {
this.cartographer.move(event);
}
pinch(event) {
this.cartographer.pinch(event);
}
zoom(event) {
this.cartographer.zoom(event);
}