Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 6, 2015
1 parent 3119679 commit 7311925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/utils/tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ function tapEnableTouchEvents() {
function tapIgnoreEvent(e) {
if (e.isTapHandled) return true;
e.isTapHandled = true;
if(ionic.tap.isElementTapDisabled(e.target)){
return true;

if(ionic.tap.isElementTapDisabled(e.target)) {
return true;
}

if (ionic.scroll.isScrolling && ionic.tap.containsOrIsTextInput(e.target)) {
Expand Down

0 comments on commit 7311925

Please sign in to comment.