From 4ae4354faee07095d0cfc985a478c5df7d96a135 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 8 Oct 2014 13:20:06 -0600 Subject: [PATCH] amend(gestures): undo accidental change from slidebox commit --- js/utils/gestures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/gestures.js b/js/utils/gestures.js index 3dcb907808..e35a665873 100644 --- a/js/utils/gestures.js +++ b/js/utils/gestures.js @@ -430,7 +430,7 @@ } if(this.srcEvent.preventDefault) { - this.srcEvent.preventDefault(); + // this.srcEvent.preventDefault(); } },