chore(gestures): update core gestures

This commit is contained in:
Adam Bradley
2017-05-17 22:34:43 +02:00
parent a0412bc66c
commit 834e894d2f

View File

@ -348,7 +348,7 @@ export class Gesture {
} }
ionViewWillUnload() { ionViewDidUnload() {
this.gesture && this.gesture.destroy(); this.gesture && this.gesture.destroy();
this.gesture = this.pan = this.detail = this.detail.event = null; this.gesture = this.pan = this.detail = this.detail.event = null;
} }