From 5634685eeb32c34b5336f3d5e2a5ccaae7bad825 Mon Sep 17 00:00:00 2001 From: Peter T Bosse II Date: Fri, 4 Jan 2013 11:49:01 -0500 Subject: [PATCH] Remove extraneous lines within functions --- src/jqtouch.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/jqtouch.js b/src/jqtouch.js index 7b262e20..2fd12bb2 100644 --- a/src/jqtouch.js +++ b/src/jqtouch.js @@ -132,7 +132,6 @@ warn('Converting click event to a tap event because touch handlers are not present or off.'); $(e.target).trigger('tap', e); } - } function doNavigation(fromPage, toPage, animation, goingBack) { @@ -305,7 +304,6 @@ warn('Could not go back.'); return false; } - } function goTo(toPage, animation) { @@ -550,7 +548,6 @@ anatomy_lessons.push(jQTSettings.fullScreenClass, jQTSettings.statusBar); } - // Bind events $body .addClass(anatomy_lessons.join(' ')) @@ -718,7 +715,6 @@ $el.on('touchend', function() { $el.unbind('touchmove mousemove'); }); - } function tapHandler(e) {