comment out window.ionic ref in Tap

This commit is contained in:
Adam Bradley
2015-06-09 21:37:19 -05:00
parent 9d40c76aa0
commit 7aea8d5b61

View File

@ -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() {