1
0
Fork 0
forked from 0x2620/oxjs

fix a bug where anyclick would fire on dragend

This commit is contained in:
rolux 2011-10-07 17:51:05 +02:00
commit 609f834cd3
4 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<head>
<title>OxJS ListMap Demo (async)</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="../../dev/Ox.js"></script>
<script type="text/javascript" src="js/listmap.js"></script>
</head>
<body>

View file

@ -3,7 +3,7 @@
<head>
<title>OxJS Mouse Events Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="../../dev/Ox.js"></script>
<script type="text/javascript" src="js/mouse.js"></script>
</head>
<body></body>