1
0
Fork 0
forked from 0x2620/oxjs

add async map demo

This commit is contained in:
rolux 2011-05-29 11:56:41 +02:00
commit 3936f701cd
4 changed files with 89722 additions and 0 deletions

11
demos/map2/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>OxJS Map 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="js/map.js"></script>
</head>
<body>
</body>
</html>