mousedown and touchstart events now always call preventDefault

This commit is contained in:
Eric Rowell
2013-05-31 23:04:07 -07:00
parent 3cfd49a03e
commit 324d841ed4
3 changed files with 28 additions and 1 deletions

View File

@@ -22,5 +22,5 @@
};
</script>
</head>
<body onmousedown="return false;"></body>
<body></body>
</html>