Fixed new CustomEvent causing build problems

This commit is contained in:
Max Lynch
2013-11-18 21:28:23 -06:00
parent 2549f47af3
commit 94702e9852
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,6 @@
}
})();
// polyfill use to simulate native "tap"
function inputTapPolyfill(ele, e) {
if(ele.type === "radio" || ele.type === "checkbox") {