mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fixing merge-conflict from master
This commit is contained in:
@ -144,15 +144,12 @@ function moveListeners(shouldAdd) {
|
||||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
function setDisableNativeClick() {
|
||||
if (isTapPolyfill) {
|
||||
disableNativeClickTime = Date.now() + disableNativeClickLimit;
|
||||
}
|
||||
}
|
||||
|
||||
>>>>>>> master
|
||||
function isDisabledNativeClick() {
|
||||
return disableNativeClickUntil > Date.now();
|
||||
}
|
||||
|
Reference in New Issue
Block a user