Skip to content

Commit

Permalink
Remove extraneous lines within functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter T Bosse II authored and thomasyip committed Jan 24, 2013
1 parent 86763f0 commit 5634685
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/jqtouch.js
Expand Up @@ -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) {

Expand Down Expand Up @@ -305,7 +304,6 @@
warn('Could not go back.');
return false;
}

}
function goTo(toPage, animation) {

Expand Down Expand Up @@ -550,7 +548,6 @@
anatomy_lessons.push(jQTSettings.fullScreenClass, jQTSettings.statusBar);
}


// Bind events
$body
.addClass(anatomy_lessons.join(' '))
Expand Down Expand Up @@ -718,7 +715,6 @@
$el.on('touchend', function() {
$el.unbind('touchmove mousemove');
});

}

function tapHandler(e) {
Expand Down

0 comments on commit 5634685

Please sign in to comment.