prevent default now occurs in the stage addEvent method

This commit is contained in:
Eric Rowell
2013-05-31 23:11:21 -07:00
parent 324d841ed4
commit 244273eb4c
3 changed files with 4 additions and 13 deletions

View File

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