mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Fixed new CustomEvent causing build problems
This commit is contained in:
@ -28,7 +28,6 @@
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
// polyfill use to simulate native "tap"
|
||||
function inputTapPolyfill(ele, e) {
|
||||
if(ele.type === "radio" || ele.type === "checkbox") {
|
||||
|
||||
Reference in New Issue
Block a user