From 7aea8d5b61a1780855794ea6d1ee14c9739dc8eb Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 9 Jun 2015 21:37:19 -0500 Subject: [PATCH] comment out window.ionic ref in Tap --- ionic/util/tap.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ionic/util/tap.js b/ionic/util/tap.js index 5feea75f86..96dbe65988 100644 --- a/ionic/util/tap.js +++ b/ionic/util/tap.js @@ -536,9 +536,9 @@ function tapHandleFocus(ele) { if (triggerFocusIn) { tapActiveElement(ele); - ionic.trigger('ionic.focusin', { - target: ele - }, true); + // ionic.trigger('ionic.focusin', { + // target: ele + // }, true); } } @@ -570,7 +570,7 @@ function tapFocusIn(e) { tapTouchFocusedInput.focus(); tapTouchFocusedInput = null; } - ionic.scroll.isScrolling = false; + //ionic.scroll.isScrolling = false; } function tapFocusOut() {