No Pinching! (#10)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user